Home
last modified time | relevance | path

Searched refs:_convert_to_python (Results 1 – 11 of 11) sorted by relevance

/dports/www/py-formencode/FormEncode-1.3.0/formencode/
H A Dvalidators.py307 def _convert_to_python(self, value, state): member in Constant
310 _convert_from_python = _convert_to_python
535 def _convert_to_python(self, value, state): member in Regex
680 def _convert_to_python(self, value, state): member in DictConverter
739 def _convert_to_python(self, value, state): member in IndexListConverter
894 def _convert_to_python(self, value, state): member in Bool
897 _convert_from_python = _convert_to_python
954 def _convert_to_python(self, value, state): member in Int
960 _convert_from_python = _convert_to_python
1784 self._convert_to_python(value, state)
[all …]
H A Dnational.py169 def _convert_to_python(self, value, state): member in DelimitedDigitsPostalCode
234 def _convert_to_python(self, value, state): member in ArgentinianPostalCode
269 def _convert_to_python(self, value, state): member in CanadianPostalCode
306 def _convert_to_python(self, value, state): member in UKPostalCode
352 def _convert_to_python(self, value, state): member in CountryValidator
512 def _convert_to_python(self, value, state): member in USStateProvince
551 def _convert_to_python(self, value, state): member in USPhoneNumber
672 def _convert_to_python(self, value, state): member in InternationalPhoneNumber
745 def _convert_to_python(self, value, state): member in LanguageValidator
H A Dapi.py473 tp = self._convert_to_python
542 _convert_to_python = _convert_from_python = None variable in FancyValidator
H A Dvariabledecode.py142 def _convert_to_python(self, value, state): member in NestedVariables
H A Dcompound.py63 def _convert_to_python(self, value, state=None): member in CompoundValidator
H A Dschema.py129 def _convert_to_python(self, value_dict, state): member in Schema
/dports/devel/py-mongokit/mongokit-0.9.1.1/mongokit/
H A Ddocument.py508 def _convert_to_python(doc, struct): function
513 _convert_to_python(doc[key], struct[key])
526 _convert_to_python(obj, struct[key][0])
538 _convert_to_python(obj, self.structure)
545 def _convert_to_python(doc, struct, path="", root_path=""): function
555 _convert_to_python(doc[key], struct[key], new_path, root_path)
584 _convert_to_python(obj, struct[key][0], new_path, root_path)
611 _convert_to_python(obj, self.structure)
/dports/www/py-formencode/FormEncode-1.3.0/formencode/tests/
H A Dtest_subclassing.py17 def _convert_to_python(self, value, state): member in CustomValidator
125 def _convert_to_python(self, value, state): member in NotOneValidator
126 value = super(NotOneValidator, self)._convert_to_python(value, state)
/dports/devel/py-filedepot/filedepot-0.8.0/depot/
H A Dvalidators.py29 def _convert_to_python(self, value, state=None): member in TW2FileIntentValidator
/dports/devel/py-mongokit/mongokit-0.9.1.1/
H A DREADME.md133 * Remove unnecessary path arguments in to_json._convert_to_python (thanks to @Alexandr Morozov)
H A DCHANGELOG13 * Remove unnecessary path arguments in to_json._convert_to_python (thanks to @Alexandr Morozov)