Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(2) | Derive(0) | Import(2)
src/s/h/Shiboken-1.2.2/sources/shiboken/tests/samplebinding/enum_test.py Shiboken(Download)
def testEnumTpPrintImplementation(self): '''Without SbkEnum.tp_print 'print' returns the enum represented as an int.''' tmpfile = createTempFile() if IS_PY3K: from py3k import printToFile printToFile(tmpfile, Event.ANY_EVENT)
src/p/y/PySide-1.2.2/sources/shiboken/tests/samplebinding/enum_test.py PySide(Download)
def testEnumTpPrintImplementation(self): '''Without SbkEnum.tp_print 'print' returns the enum represented as an int.''' tmpfile = createTempFile() if IS_PY3K: from py3k import printToFile printToFile(tmpfile, Event.ANY_EVENT)