Home
last modified time | relevance | path

Searched refs:_get_data (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/
Dzipimport.py217 return _get_data(self.archive, toc_entry)
255 return _get_data(self.archive, toc_entry).decode()
581 def _get_data(archive, toc_entry): function
735 return _get_data(self.archive, toc_entry)
752 data = _get_data(self.archive, toc_entry)
Dasynchat.py95 def _get_data(self): member in async_chat
/external/python/cpython2/Lib/
Dasynchat.py92 def _get_data(self): member in async_chat
/external/tremolo/Tremolo/
Dvorbisfile.c91 static long _get_data(OggVorbis_File *vf){ in _get_data() function
147 long ret=_get_data(vf); in _get_next_page()
/external/python/cpython2/Lib/xml/dom/
Dminidom.py914 def _get_data(self): member in ProcessingInstruction
943 def _get_data(self): member in CharacterData
949 _get_nodeValue = _get_data
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1029 def _get_data(self): member in CharacterData
1034 data = nodeValue = property(_get_data, _set_data)