Ian Harris
Results
2
comments of
Ian Harris
I have since realized that this is semi-possible for schemas, by doing this: ``` schema = { 'some_value': {'type': 'dict', 'schema': 'extended_schema', 'more': 'constraints'} } ``` But frankly I have...
@funkyfuture My apologies to everyone, I have been really busy the last couple months. I should have been more helpful on this issue. Anyway the `'more': 'constraints'` part just means...