How to use the trains.backend_api.session.schema_property function in trains

To help you get started, weโ€™ve selected a few trains examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github allegroai / trains / trains / backend_api / services / v2_3 / auth.py View on Github external
    @schema_property('last_used')
    def last_used(self):
        return self._property_last_used
github allegroai / trains / trains / backend_api / services / v2_3 / auth.py View on Github external
    @schema_property('updated')
    def updated(self):
        return self._property_updated
github allegroai / trains / trains / backend_api / services / v2_1 / projects.py View on Github external
    @schema_property('created')
    def created(self):
        return self._property_created
github allegroai / trains / trains / backend_api / services / v2_1 / projects.py View on Github external
    @schema_property('order_by')
    def order_by(self):
        return self._property_order_by
github allegroai / trains / trains / backend_api / services / v2_1 / auth.py View on Github external
    @schema_property('secret_key')
    def secret_key(self):
        return self._property_secret_key
github allegroai / trains / trains / backend_api / services / v2_1 / projects.py View on Github external
    @schema_property('variant')
    def variant(self):
        return self._property_variant
github allegroai / trains / trains / backend_api / services / v2_1 / auth.py View on Github external
    @schema_property('updated')
    def updated(self):
        return self._property_updated
github allegroai / trains / trains / backend_api / services / v2_1 / auth.py View on Github external
    @schema_property('expiration_sec')
    def expiration_sec(self):
        return self._property_expiration_sec
github allegroai / trains / trains / backend_api / services / v2_1 / projects.py View on Github external
    @schema_property('force')
    def force(self):
        return self._property_force
github allegroai / trains / trains / backend_api / services / v2_3 / auth.py View on Github external
    @schema_property('secret_key')
    def secret_key(self):
        return self._property_secret_key