Searched defs:argspec (Results 1 – 6 of 6) sorted by relevance
15 optional string argspec = 3; field
35 def _convert_maybe_argspec_to_fullargspec(argspec): argument
50 def _convert_maybe_argspec_to_fullargspec(argspec): argument
648 static char argspec[] = "(O)"; in GetValueIteratorForComposite() local887 static char argspec[] = "([O])"; in AssertSameStructureHelper() local
558 def training_arg_passed_to_call(argspec, args, kwargs): argument
562 parser_do_parse(PyObject *args, PyObject *kw, char *argspec, int type) in parser_do_parse()