Class MultiJoin
Used by join construction code to indicate the point at which a multi-valued join was attempted (if the caller wants to treat that exceptionally).
Declaration
class MultiJoin(Exception)
source linkDocumentation
Methods
▷ def __init__(self, names_pos, path_with_names)
Reexports