This module contains utility funtions for Syft’s AST submodule.
Functions
unsplit(list_of_things[, separator])
unsplit
The unsplit method joins different parts of a node path using dot separator.
list_of_things – list of string to join.
separator – Separator character/string. (default “.”)
string after join.
str
previous
syft.ast.static_attr
next
syft.core