module documentation

Undocumented

Function extract Extracts server specs from the types library.
Function _extract Undocumented
def extract(gen: base.Generator): (source)

Extracts server specs from the types library.

For the server, we need
  • all gws.ext.object.xxx, but not their properties (too many)
  • all gws.ext.config.xxx and gws.ext.properties.xxx
  • their properties, recursively
  • command methods (gws.ext.command.xxx)
  • their args and rets, recursively
def _extract(gen, queue, out): (source)

Undocumented