Home
last modified time | relevance | path

Searched refs:makeref (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_weakref.py262 def check_shared_without_callback(self, makeref): argument
264 p1 = makeref(o, None)
265 p2 = makeref(o, None)
268 p1 = makeref(o)
269 p2 = makeref(o, None)
272 p1 = makeref(o)
273 p2 = makeref(o)
276 p1 = makeref(o, None)
277 p2 = makeref(o)
667 def check_gc_during_creation(self, makeref): argument
[all …]
/external/python/cpython2/Tools/scripts/
Dtexi2html.py683 self.makeref()
689 self.makeref()
694 self.makeref()
707 def makeref(self): member in TexinfoParser