MCPcopy Index your code
hub / github.com/apprenticeharper/DeDRM_tools / read

Method read

DeDRM_plugin/subasyncio.py:119–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117
118 # non-blocking read of data from subprocess stdout
119 def read(self):
120 self.__lock.acquire()
121 outdata = "".join(self.__collected_outdata)
122 del self.__collected_outdata[:]
123 self.__lock.release()
124 return outdata
125
126 # non-blocking read of data from subprocess stderr
127 def readerr(self):

Callers 15

__init__Method · 0.45
__init__Method · 0.45
plist_to_dictionaryMethod · 0.45
processBookMethod · 0.45
decrypt_voucherMethod · 0.45
getFileMethod · 0.45
load_resourceMethod · 0.45
migrate_filesMethod · 0.45
getDBfromFileFunction · 0.45
fillbufMethod · 0.45
revreadlinesMethod · 0.45
do_keywordMethod · 0.45

Calls

no outgoing calls

Tested by 2

getfiledataFunction · 0.36
encryptionFunction · 0.36