podhmo / swagger-marshmallow-codegen

generating marshmallow's schema from swagger definition file
MIT License
52 stars 10 forks source link

nested field using lambda #61

Closed podhmo closed 4 years ago

podhmo commented 4 years ago

📝 "self" is deprecated, for self-nesting

podhmo commented 4 years ago

📝 lambda: cls is supported

podhmo commented 4 years ago

📝 same class name, if passing string expression, full path is needed

podhmo commented 4 years ago

not lambda: S, lambda: S()