Skip to content

SYNG Python Reference

selectorrolematching syntax
(arg) argument and parameter positions -
(call) function calls
  • func()
  • obj.method()
  • func(x for x in items)
(fun) function definitions
  • def name():
  • def name(arg):
(gen) generator expressions
  • (x for x in items)
  • (f(x) for x in items if x)
(id) identifier references -
(mod) Python module (file) node -
(num) numeric literals -
(str) string literals -

Copyright © 2022-present Semantic Works, Inc.