MCPcopy Create free account
hub / github.com/carlio/django-flows / create_instance

Method create_instance

flows/handler.py:565–567  ·  view source on GitHub ↗
(self, state, state_store, url_args, url_kwargs)

Source from the content-addressed store, hash-verified

563 PossibleFlowPosition.all_positions[self.url_name] = self
564
565 def create_instance(self, state, state_store, url_args, url_kwargs):
566 return FlowPositionInstance(self.app_namespace, self.flow_namespace, self, state,
567 state_store, url_args, url_kwargs)
568
569 def _url_name_from_components(self, components, include_app_namespace=True):
570 if self.flow_namespace is None:

Callers 3

flow_entry_linkMethod · 0.95
position_instance_forMethod · 0.95
handle_viewMethod · 0.80

Calls 1

Tested by

no test coverage detected