Home
last modified time | relevance | path

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

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