Home
last modified time | relevance | path

Searched refs:find_const (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_code.py459 def find_const(self, consts, value): member in CodeConstsTest
477 v = self.find_const(co.co_consts, 'str_value')
483 v = self.find_const(co.co_consts, ('str_value',))
489 v = self.find_const(co.co_consts, frozenset(('str_value',)))
501 v = self.find_const(co.co_consts, 'str\0value!')

Completed in 1 milliseconds