:tocdepth: 3 :py:mod:`gws.spec.generator.specs` ================================== .. py:module:: gws.spec.generator.specs **Source code:** :source:`gws.spec.generator.specs` Module Contents --------------- .. py:function:: 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