gws.spec.generator.specs

Source code: gws.spec.generator.specs

Module Contents

gws.spec.generator.specs.extract(gen: gws.spec.generator.base.Generator)

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