Searched defs:fromstr (Results 1 - 5 of 5) sorted by relevance
/pkg/src/modules/actions/ |
H A D | __init__.py | 42 This package also has one function: "fromstr", which creates an action instance 233 from ._actions import fromstr namespace 240 return fromstr("unknown {0}".format(string)).attrs 338 action = fromstr(string)
|
H A D | _actions.c | 151 fromstr(PyObject *self, PyObject *args, PyObject *kwdict) function 211 if (PyArg_ParseTupleAndKeywords(args, kwdict, "et#|O:fromstr", kwlist, 662 { "fromstr", (PyCFunction)fromstr, METH_VARARGS | METH_KEYWORDS },
|
/pkg/src/tests/cli/ |
H A D | t_pkgrecv.py | 52 from pkg.actions import fromstr namespace
|
H A D | t_pkgsend.py | 45 from pkg.actions import fromstr namespace 88 a = fromstr(entry)
|
/pkg/src/modules/ |
H A D | query_parser.py | 481 def fromstr(s): member in class:Query 1326 act = actions.fromstr(l)
|
Completed in 24 milliseconds