Home
last modified time | relevance | path

Searched refs:apply_n (Results 1 – 9 of 9) sorted by relevance

/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Dquantities.py202 def apply_n(self, mag, unit, evaluation): member in Quantity
229 return self.apply_n(Integer(1), unit, evaluation)
H A Dstructure.py790 return self.apply_n(f, expr, None, evaluation)
792 def apply_n(self, f, expr, n, evaluation): member in MapThread
H A Dstrings.py1237 return self.apply_n(
1245 def apply_n(self, string, patt, n, evaluation, options): member in StringPosition
H A Dlists.py3058 def apply_n(self, expr, n, evaluation): member in Tuples
5522 def apply_n(self, l, n, evaluation): member in Permutations
H A Dlists-next.py3056 def apply_n(self, expr, n, evaluation): member in Tuples
5520 def apply_n(self, l, n, evaluation): member in Permutations
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/numbers/
H A Dinteger.py289 def apply_n(self, n, b, evaluation): member in IntegerString
H A Dalgebra.py1353 def apply_n(self, expr, form, n, evaluation): member in Coefficient
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/files_io/
H A Dfilesystem.py1421 def apply_n(self, filename, n, evaluation, options): member in FileNameTake
/dports/math/py-mathics/Mathics3-2.2.0/
H A DChangeLog2339 …test/test_evaluation.py: Regularize and revise constants apply_n() DRY'd Glasher, and Khinchin con…