Home
last modified time | relevance | path

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

/third_party/node/tools/inspector_protocol/jinja2/
H A D_compat.py17 _identity = lambda x: x variable
45 implements_iterator = _identity
46 implements_to_string = _identity
47 encode_filename = _identity
/third_party/jinja2/
H A D_compat.py8 _identity = lambda x: x variable
36 implements_iterator = _identity
37 implements_to_string = _identity
38 encode_filename = _identity
/third_party/node/deps/v8/third_party/jinja2/
H A D_compat.py8 _identity = lambda x: x variable
36 implements_iterator = _identity
37 implements_to_string = _identity
38 encode_filename = _identity
/third_party/skia/third_party/externals/jinja2/
H A D_compat.py8 _identity = lambda x: x variable
36 implements_iterator = _identity
37 implements_to_string = _identity
38 encode_filename = _identity
/third_party/python/Lib/multiprocessing/
H A Dprocess.py84 self._identity = _current_process._identity + (count,)
94 ':'.join(str(i) for i in self._identity)
367 self._identity = ()
400 self._identity = ()
H A Dmanagers.py561 ident = ':'.join(str(i) for i in self._process._identity)
/third_party/python/Lib/lib2to3/
H A Drefactor.py107 def _identity(obj): function

Completed in 5 milliseconds