HomeSort by relevance Sort by last modified time
    Searched refs:kwarg (Results 1 - 17 of 17) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/paste/util/
scgiserver.py 168 for kwarg in ('host', 'port', 'max_children'):
169 if locals()[kwarg] is not None:
170 kwargs[kwarg] = locals()[kwarg]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
layer2.py 34 for kwarg in kwargs:
35 setattr(self, kwarg, kwargs[kwarg])
  /external/autotest/client/bin/net/
net_utils_mock.py 12 def os_open(*args, **kwarg):
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
283 kwarg; otherwise ``JSONDecoder`` is used.
332 kwarg; otherwise ``JSONDecoder`` is used.
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
283 kwarg; otherwise ``JSONDecoder`` is used.
332 kwarg; otherwise ``JSONDecoder`` is used.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
283 kwarg; otherwise ``JSONDecoder`` is used.
332 kwarg; otherwise ``JSONDecoder`` is used.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
283 kwarg; otherwise ``JSONDecoder`` is used.
332 kwarg; otherwise ``JSONDecoder`` is used.
  /external/opencv3/3rdparty/jinja2/
compiler.py 529 for kwarg in chain((x.key for x in node.kwargs), extra_kwargs or ()):
530 if is_python_keyword(kwarg):
539 for kwarg in node.kwargs:
541 self.visit(kwarg, frame)
554 for kwarg in node.kwargs:
555 self.write('%r: ' % kwarg.key)
556 self.visit(kwarg.value, frame)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 360 identifier kwarg; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 360 identifier kwarg; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 360 identifier kwarg; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py3_test_grammar.py 283 def pos2key2dict(p1, p2, *, k1=100, k2, **kwarg): return p1,p2,k1,k2,kwarg
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 360 identifier kwarg; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py3_test_grammar.py 283 def pos2key2dict(p1, p2, *, k1=100, k2, **kwarg): return p1,p2,k1,k2,kwarg
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
bucket.py 422 for kwarg in kwargs:
423 if kwarg not in names:
424 raise TypeError('Invalid argument "%s"!' % kwarg)
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 427 milliseconds