예제 #1
0
 def __getstate__(self):
     # unwrap weakref for pickling
     self._client = common.unwrapWeakref(self._client)
     return SlottedObjectMixin.__getstate__(self)
예제 #2
0
파일: volume.py 프로젝트: tisttsf/music21
 def __getstate__(self):
     self._client = common.unwrapWeakref(self._client)
     return SlottedObjectMixin.__getstate__(self)