django_analyses.models.input.types package¶
Submodules¶
django_analyses.models.input.types.boolean_input module¶
-
class
django_analyses.models.input.types.boolean_input.BooleanInput(id, run, input_ptr, value, definition)¶ Bases:
django_analyses.models.input.input.Input-
exception
DoesNotExist¶ Bases:
django_analyses.models.input.input.Input.DoesNotExist
-
exception
MultipleObjectsReturned¶ Bases:
django_analyses.models.input.input.Input.MultipleObjectsReturned
-
definition¶ Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
-
definition_id¶
-
input_ptr¶ Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.placeis aForwardOneToOneDescriptorinstance.
-
input_ptr_id¶
-
value¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
exception
django_analyses.models.input.types.directory_input module¶
-
class
django_analyses.models.input.types.directory_input.DirectoryInput(id, run, input_ptr, value, definition)¶ Bases:
django_analyses.models.input.input.Input-
exception
DoesNotExist¶ Bases:
django_analyses.models.input.input.Input.DoesNotExist
-
exception
MultipleObjectsReturned¶ Bases:
django_analyses.models.input.input.Input.MultipleObjectsReturned
-
property
default_output_directory¶
-
definition¶ Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
-
definition_id¶
-
input_ptr¶ Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.placeis aForwardOneToOneDescriptorinstance.
-
input_ptr_id¶
-
property
required_path¶
-
value¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
exception
django_analyses.models.input.types.file_input module¶
-
class
django_analyses.models.input.types.file_input.FileInput(id, run, input_ptr, value, definition)¶ Bases:
django_analyses.models.input.input.Input-
exception
DoesNotExist¶ Bases:
django_analyses.models.input.input.Input.DoesNotExist
-
exception
MultipleObjectsReturned¶ Bases:
django_analyses.models.input.input.Input.MultipleObjectsReturned
-
definition¶ Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
-
definition_id¶
-
input_ptr¶ Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.placeis aForwardOneToOneDescriptorinstance.
-
input_ptr_id¶
-
value¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
exception
django_analyses.models.input.types.float_input module¶
-
class
django_analyses.models.input.types.float_input.FloatInput(id, run, input_ptr, numberinput_ptr, value, definition)¶ Bases:
django_analyses.models.input.types.number_input.NumberInput-
exception
DoesNotExist¶ Bases:
django_analyses.models.input.types.number_input.NumberInput.DoesNotExist
-
exception
MultipleObjectsReturned¶ Bases:
django_analyses.models.input.types.number_input.NumberInput.MultipleObjectsReturned
-
definition¶ Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
-
definition_id¶
-
numberinput_ptr¶ Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.placeis aForwardOneToOneDescriptorinstance.
-
numberinput_ptr_id¶
-
value¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
exception
django_analyses.models.input.types.input_types module¶
django_analyses.models.input.types.integer_input module¶
-
class
django_analyses.models.input.types.integer_input.IntegerInput(id, run, input_ptr, numberinput_ptr, value, definition)¶ Bases:
django_analyses.models.input.types.number_input.NumberInput-
exception
DoesNotExist¶ Bases:
django_analyses.models.input.types.number_input.NumberInput.DoesNotExist
-
exception
MultipleObjectsReturned¶ Bases:
django_analyses.models.input.types.number_input.NumberInput.MultipleObjectsReturned
-
definition¶ Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
-
definition_id¶
-
numberinput_ptr¶ Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.placeis aForwardOneToOneDescriptorinstance.
-
numberinput_ptr_id¶
-
value¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
exception
django_analyses.models.input.types.list_input module¶
-
class
django_analyses.models.input.types.list_input.ListInput(id, run, input_ptr, value, definition)¶ Bases:
django_analyses.models.input.input.Input-
exception
DoesNotExist¶ Bases:
django_analyses.models.input.input.Input.DoesNotExist
-
exception
MultipleObjectsReturned¶ Bases:
django_analyses.models.input.input.Input.MultipleObjectsReturned
-
definition¶ Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
-
definition_id¶
-
property
expected_type¶
-
property
expected_type_definition¶
-
input_ptr¶ Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.placeis aForwardOneToOneDescriptorinstance.
-
input_ptr_id¶
-
property
valid_elements¶
-
property
valid_max_length¶
-
property
valid_min_length¶
-
value¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
exception
django_analyses.models.input.types.number_input module¶
-
class
django_analyses.models.input.types.number_input.NumberInput(id, run, input_ptr)¶ Bases:
django_analyses.models.input.input.Input-
exception
DoesNotExist¶ Bases:
django_analyses.models.input.input.Input.DoesNotExist
-
exception
MultipleObjectsReturned¶ Bases:
django_analyses.models.input.input.Input.MultipleObjectsReturned
-
floatinput¶ Accessor to the related object on the reverse side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Place.restaurantis aReverseOneToOneDescriptorinstance.
-
input_ptr¶ Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.placeis aForwardOneToOneDescriptorinstance.
-
input_ptr_id¶
-
integerinput¶ Accessor to the related object on the reverse side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Place.restaurantis aReverseOneToOneDescriptorinstance.
-
property
valid_max_value¶
-
property
valid_min_value¶
-
exception
django_analyses.models.input.types.string_input module¶
-
class
django_analyses.models.input.types.string_input.StringInput(id, run, input_ptr, value, definition)¶ Bases:
django_analyses.models.input.input.Input-
exception
DoesNotExist¶ Bases:
django_analyses.models.input.input.Input.DoesNotExist
-
exception
MultipleObjectsReturned¶ Bases:
django_analyses.models.input.input.Input.MultipleObjectsReturned
-
property
default_output_directory¶
-
property
default_value_formatting_dict¶
-
definition¶ Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.
In the example:
class Child(Model): parent = ForeignKey(Parent, related_name='children')
Child.parentis aForwardManyToOneDescriptorinstance.
-
definition_id¶
-
input_ptr¶ Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.placeis aForwardOneToOneDescriptorinstance.
-
input_ptr_id¶
-
property
required_path¶
-
property
valid_choice¶
-
property
valid_max_length¶
-
property
valid_min_length¶
-
value¶ A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
exception