Home
last modified time | relevance | path

Searched refs:to_py (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/config/
H A Dtest_configtypes.py442 klass().to_py(val)
516 typ.to_py('foobar')
577 def to_py(self, value): member in FromObjType
618 klass().to_py(val)
713 typ.to_py(val)
882 klass().to_py(42)
926 klass().to_py(42)
1220 klass().to_py(val)
1602 typ.to_py(val)
1636 d.to_py(val)
[all …]
H A Dtest_configdata.py44 option.typ.to_py(option.default)
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/config/
H A Dconfigtypes.py530 def to_py( member in List
685 def to_py( member in FlagList
905 def to_py( member in Float
918 def to_py( member in Perc
1334 def to_py( member in Regex
1429 def to_py( member in Dict
1606 def to_py( member in ShellCommand
1643 def to_py( member in Proxy
1903 def to_py( member in ConfirmQuit
1964 def to_py( member in Key
[all …]
H A Dconfig.py345 opt.typ.to_py(value) # for validation
394 return opt.typ.to_py(obj)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow-pyarrow-integration-testing/src/
H A Dlib.rs89 fn to_py(array: ArrayRef, py: Python) -> PyResult<PyObject> { in to_py() function
121 to_py(array, py) in double()
133 let array = to_py(array, py)?; in double_py()
153 to_py(array, py) in substring()
167 to_py(array, py) in concatenate()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Utility/
H A DCppConvert.pyx19 #################### string.to_py ####################
52 #################### vector.to_py ####################
78 #################### list.to_py ####################
115 #################### set.to_py ####################
150 #################### pair.to_py ####################
182 #################### map.to_py ####################
225 #################### complex.to_py ####################
H A DCConvert.pyx61 #################### cfunc.to_py ####################
101 #################### carray.to_py ####################
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Utility/
H A DCppConvert.pyx19 #################### string.to_py ####################
52 #################### vector.to_py ####################
78 #################### list.to_py ####################
115 #################### set.to_py ####################
150 #################### pair.to_py ####################
182 #################### map.to_py ####################
225 #################### complex.to_py ####################
H A DCConvert.pyx61 #################### cfunc.to_py ####################
101 #################### carray.to_py ####################
/dports/lang/cython/Cython-0.29.24/Cython/Utility/
H A DCppConvert.pyx19 #################### string.to_py ####################
52 #################### vector.to_py ####################
78 #################### list.to_py ####################
115 #################### set.to_py ####################
150 #################### pair.to_py ####################
182 #################### map.to_py ####################
225 #################### complex.to_py ####################
H A DCConvert.pyx61 #################### cfunc.to_py ####################
101 #################### carray.to_py ####################
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Utility/
H A DCppConvert.pyx19 #################### string.to_py ####################
52 #################### vector.to_py ####################
78 #################### list.to_py ####################
115 #################### set.to_py ####################
150 #################### pair.to_py ####################
182 #################### map.to_py ####################
225 #################### complex.to_py ####################
H A DCConvert.pyx61 #################### cfunc.to_py ####################
101 #################### carray.to_py ####################
/dports/lang/cython-devel/cython-2b1e743/Cython/Utility/
H A DCppConvert.pyx19 #################### string.to_py ####################
52 #################### vector.to_py ####################
96 #################### list.to_py ####################
151 #################### set.to_py ####################
181 #################### pair.to_py ####################
217 #################### map.to_py ####################
260 #################### complex.to_py ####################
H A DCConvert.pyx63 #################### cfunc.to_py ####################
103 #################### carray.to_py ####################
/dports/lang/nim/nim-1.6.2/tests/converter/
H A Dtconverter_with_varargs.nim8 converter to_py*(i: int) : PPyRef = nil
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/
H A Dnode_import.py113 return context['var'][var_name].to_py()
H A Dbase.py1002 def to_py(self): member in PyJs
1337 def to_py(self): member in PyObjectWrapper
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/
H A Dnode_import.py167 return context['var'][_get_module_var_name(module_name)].to_py()
H A Dbase.py1003 def to_py(self): member in PyJs
1338 def to_py(self): member in PyObjectWrapper
/dports/net-mgmt/py-junos-eznc/junos-eznc-2.5.4/lib/jnpr/junos/cfg/
H A Dresource.py812 def copyifexists(klass, xml, ele_name, to_py, py_name=None): argument
815 to_py[(py_name if py_name else ele_name)] = ele_val.text.strip()
/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dxla.py377 if FLAGS.jax_debug_nans and np.any(np.isnan(buf.to_py())):
379 if FLAGS.jax_debug_infs and np.any(np.isinf(buf.to_py())):
1121 self._npy_value = _force(self).device_buffer.to_py()
1284 def to_py(self): return None member in DeviceConstant
1299 base_val = xb.constant(c, val.device_buffer.to_py())
1332 moved_buf = backend.buffer_from_pyval(x.device_buffer.to_py(), device)
H A Dpxla.py572 npy_value[self.indices[i]] = self.device_buffers[i].to_py()
/dports/net-p2p/c-lightning/lightning-0.10.2/contrib/pyln-proto/pyln/proto/message/
H A Dmessage.py717 def to_py(self) -> Dict[str, Any]: member in Message
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/
H A Dhints.py805 opt.typ.to_py(mode)

12