pyPath¶
-
class
pySym.pyPath.Path(path=None, backtrace=None, state=None, source=None, project=None)[source]¶ Bases:
objectDefines a path of execution.
-
backtrace¶
-
copy(state=None)[source]¶ - Input:
- (optional) state == pyState object to use instead of copying the current state.
- Action:
- Create a copy of the current Path object
- Returns:
- Copy of the path
-
error¶
-
source¶
-
state¶
-
-
pySym.pyPath.random() → x in the interval [0, 1).¶