PathEx
Contents:
Overview
Generalities
Semantics
Bibliography
pathex package
Subpackages
pathex.adts package
pathex.expressions package
pathex.generation package
pathex.machines package
Subpackages
Submodules
pathex.managing package
PathEx
»
pathex package
»
pathex.machines package
»
pathex.machines.decomposers package
»
pathex.machines.decomposers.match_functions module
View page source
pathex.machines.decomposers.match_functions module
general_match_alphabet
(
value1
:
object
,
value2
:
object
,
type1
,
type2
)
→
object
[source]
general_match_compalphabet
(
value1
:
object
,
value2
:
object
,
type1
,
type2
)
→
object
[source]
general_match_completters
(
value1
:
object
,
value2
:
object
,
type1
,
type2
)
→
object
[source]
match_alphabet
(
self
:
DecomposerMatch
,
value1
:
object
,
value2
:
object
)
→
Iterable
[
object
]
[source]
match_compalphabet
(
self
:
DecomposerMatch
,
value1
:
object
,
value2
:
object
)
→
Iterable
[
object
]
[source]
match_completters
(
self
:
DecomposerMatch
,
value1
:
object
,
value2
:
object
)
→
Iterable
[
object
]
[source]
match_with_
(
self
:
DecomposerMatch
,
value1
:
object
,
value2
:
object
,
func
)
→
Iterable
[
object
]
[source]
simple_match
(
self
:
DecomposerMatch
,
value1
:
object
,
value2
:
object
)
→
Iterable
[
object
]
[source]