Skip to content

Commit

Permalink
generated functional types have more readable names
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkolotaev committed Feb 27, 2014
1 parent 1b1208f commit 4a964a1
Show file tree
Hide file tree
Showing 200 changed files with 855 additions and 855 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from marketsim.gen._out._isingleassetstrategy import ISingleAssetStrategy
from marketsim.gen._out._iaccount import IAccount
from marketsim.gen._out._ifunction._ifunctionobjectisingleassetstrategy import IFunctionobjectISingleAssetStrategy
from marketsim.gen._out._ifunction._ifunctionobject_from_isingleassetstrategy import IFunctionobject_from_ISingleAssetStrategy
from marketsim import meta
#.ISingleAssetStrategy => .IAccount
class IFunctionIAccountISingleAssetStrategy(object):
class IFunctionIAccount_from_ISingleAssetStrategy(object):
_types = [meta.function((ISingleAssetStrategy,),IAccount)]
_types.append(IFunctionobjectISingleAssetStrategy)
_types.append(IFunctionobject_from_ISingleAssetStrategy)
pass


Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from marketsim.gen._out._ifunction._ifunctionfloat import IFunctionfloat
from marketsim.gen._out._ievent import IEvent
from marketsim.gen._out._ifunction._ifunctionobjectifunctionfloat import IFunctionobjectIFunctionfloat
from marketsim.gen._out._ifunction._ifunctionobject_from_ifunctionfloat import IFunctionobject_from_IFunctionfloat
from marketsim import meta
#(() => .Float) => .IEvent
class IFunctionIEventIFunctionfloat(object):
class IFunctionIEvent_from_IFunctionfloat(object):
_types = [meta.function((IFunctionfloat,),IEvent)]
_types.append(IFunctionobjectIFunctionfloat)
_types.append(IFunctionobject_from_IFunctionfloat)
pass


Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from marketsim.gen._out._ifunction._ifunctionside import IFunctionSide
from marketsim.gen._out._ievent import IEvent
from marketsim.gen._out._ifunction._ifunctionobjectifunctionside import IFunctionobjectIFunctionSide
from marketsim.gen._out._ifunction._ifunctionobject_from_ifunctionside import IFunctionobject_from_IFunctionSide
from marketsim import meta
#(() => .Side) => .IEvent
class IFunctionIEventIFunctionSide(object):
class IFunctionIEvent_from_IFunctionSide(object):
_types = [meta.function((IFunctionSide,),IEvent)]
_types.append(IFunctionobjectIFunctionSide)
_types.append(IFunctionobject_from_IFunctionSide)
pass


Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from marketsim.gen._out._ievent import IEvent
from marketsim.gen._out._ifunction._ifunctionobjectifunctionsideifunctionfloat import IFunctionobjectIFunctionSideIFunctionfloat
from marketsim.gen._out._ifunction._ifunctionfloat import IFunctionfloat
from marketsim import meta
from marketsim.gen._out._ifunction._ifunctionside import IFunctionSide
from marketsim.gen._out._ifunction._ifunctionobject_from_ifunctionsideifunctionfloat import IFunctionobject_from_IFunctionSideIFunctionfloat
#((() => .Side),(() => .Float)) => .IEvent
class IFunctionIEventIFunctionSideIFunctionfloat(object):
class IFunctionIEvent_from_IFunctionSideIFunctionfloat(object):
_types = [meta.function((IFunctionSide,IFunctionfloat,),IEvent)]
_types.append(IFunctionobjectIFunctionSideIFunctionfloat)
_types.append(IFunctionobject_from_IFunctionSideIFunctionfloat)
pass


Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from marketsim.gen._out._ifunction._ifunctionifunctionobject_from_iaccount import IFunctionIFunctionobject_from_IAccount
from marketsim.gen._out._ifunction._ifunctionfloat import IFunctionfloat
from marketsim.gen._out._iaccount import IAccount
from marketsim import meta
from marketsim.gen._out._ifunction._ifunctionobject_from_iaccount import IFunctionobject_from_IAccount
#.IAccount => (() => .Float)
class IFunctionIFunctionfloat_from_IAccount(object):
_types = [meta.function((IAccount,),IFunctionfloat)]
_types.append(IFunctionobject_from_IAccount)
_types.append(IFunctionIFunctionobject_from_IAccount)
pass



Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from marketsim.gen._out._ifunction._ifunctionfloat import IFunctionfloat
from marketsim.gen._out._ifunction._ifunctionobject_from_ifunctionfloat import IFunctionobject_from_IFunctionfloat
from marketsim.gen._out._ifunction._ifunctionifunctionobject_from_ifunctionfloat import IFunctionIFunctionobject_from_IFunctionfloat
from marketsim import meta
#(() => .Float) => (() => .Float)
class IFunctionIFunctionfloat_from_IFunctionfloat(object):
_types = [meta.function((IFunctionfloat,),IFunctionfloat)]
_types.append(IFunctionobject_from_IFunctionfloat)
_types.append(IFunctionIFunctionobject_from_IFunctionfloat)
pass



14 changes: 0 additions & 14 deletions marketsim/gen/_out/_ifunction/_ifunctionifunctionfloatiaccount.py

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from marketsim.gen._out._ifunction._ifunctionfloat import IFunctionfloat
from marketsim.gen._out._ifunction._ifunctionievent_from_ifunctionfloat import IFunctionIEvent_from_IFunctionfloat
from marketsim import meta
from marketsim.gen._out._ifunction._ifunctionifunctionobject_from_ifunctionfloat_from_ifunctionfloat import IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionfloat
from marketsim.gen._out._ifunction._ifunctionobject_from_ifunctionfloat import IFunctionobject_from_IFunctionfloat
#(() => .Float) => ((() => .Float) => .IEvent)
class IFunctionIFunctionIEvent_from_IFunctionfloat_from_IFunctionfloat(object):
_types = [meta.function((IFunctionfloat,),IFunctionIEvent_from_IFunctionfloat)]
_types.append(IFunctionobject_from_IFunctionfloat)
_types.append(IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionfloat)
pass



Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from marketsim.gen._out._ifunction._ifunctionifunctionobject_from_ifunctionfloat_from_ifunctionside import IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSide
from marketsim.gen._out._ifunction._ifunctionievent_from_ifunctionfloat import IFunctionIEvent_from_IFunctionfloat
from marketsim import meta
from marketsim.gen._out._ifunction._ifunctionside import IFunctionSide
from marketsim.gen._out._ifunction._ifunctionobject_from_ifunctionside import IFunctionobject_from_IFunctionSide
#(() => .Side) => ((() => .Float) => .IEvent)
class IFunctionIFunctionIEvent_from_IFunctionfloat_from_IFunctionSide(object):
_types = [meta.function((IFunctionSide,),IFunctionIEvent_from_IFunctionfloat)]
_types.append(IFunctionobject_from_IFunctionSide)
_types.append(IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSide)
pass



Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
from marketsim.gen._out._ifunction._ifunctionfloat import IFunctionfloat
from marketsim.gen._out._ifunction._ifunctionievent_from_ifunctionfloat import IFunctionIEvent_from_IFunctionfloat
from marketsim import meta
from marketsim.gen._out._ifunction._ifunctionifunctionobject_from_ifunctionfloat_from_ifunctionsideifunctionfloat import IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSideIFunctionfloat
from marketsim.gen._out._ifunction._ifunctionside import IFunctionSide
from marketsim.gen._out._ifunction._ifunctionobject_from_ifunctionsideifunctionfloat import IFunctionobject_from_IFunctionSideIFunctionfloat
#((() => .Side),(() => .Float)) => ((() => .Float) => .IEvent)
class IFunctionIFunctionIEvent_from_IFunctionfloat_from_IFunctionSideIFunctionfloat(object):
_types = [meta.function((IFunctionSide,IFunctionfloat,),IFunctionIEvent_from_IFunctionfloat)]
_types.append(IFunctionobject_from_IFunctionSideIFunctionfloat)
_types.append(IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSideIFunctionfloat)
pass



This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
from marketsim.gen._out._ifunction._ifunctionfloat import IFunctionfloat
from marketsim.gen._out._ifunction._ifunctionifunctioniorder_from_ifunctionfloat import IFunctionIFunctionIOrder_from_IFunctionfloat
from marketsim.gen._out._ifunction._ifunctionifunctionifunctionobject_from_ifunctionfloat_from_ifunctionfloat import IFunctionIFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionfloat
from marketsim import meta
from marketsim.gen._out._ifunction._ifunctionifunctionobject_from_ifunctionfloat_from_ifunctionfloat import IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionfloat
from marketsim.gen._out._ifunction._ifunctionobject_from_ifunctionfloat import IFunctionobject_from_IFunctionfloat
#(() => .Float) => ((() => .Float) => (() => .IOrder))
class IFunctionIFunctionIFunctionIOrder_from_IFunctionfloat_from_IFunctionfloat(object):
_types = [meta.function((IFunctionfloat,),IFunctionIFunctionIOrder_from_IFunctionfloat)]
_types.append(IFunctionobject_from_IFunctionfloat)
_types.append(IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionfloat)
_types.append(IFunctionIFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionfloat)
pass



Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
from marketsim.gen._out._ifunction._ifunctionifunctionobject_from_ifunctionfloat_from_ifunctionside import IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSide
from marketsim.gen._out._ifunction._ifunctionifunctioniorder_from_ifunctionfloat import IFunctionIFunctionIOrder_from_IFunctionfloat
from marketsim import meta
from marketsim.gen._out._ifunction._ifunctionside import IFunctionSide
from marketsim.gen._out._ifunction._ifunctionobject_from_ifunctionside import IFunctionobject_from_IFunctionSide
from marketsim.gen._out._ifunction._ifunctionifunctionifunctionobject_from_ifunctionfloat_from_ifunctionside import IFunctionIFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSide
#(() => .Side) => ((() => .Float) => (() => .IOrder))
class IFunctionIFunctionIFunctionIOrder_from_IFunctionfloat_from_IFunctionSide(object):
_types = [meta.function((IFunctionSide,),IFunctionIFunctionIOrder_from_IFunctionfloat)]
_types.append(IFunctionobject_from_IFunctionSide)
_types.append(IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSide)
_types.append(IFunctionIFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSide)
pass



Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
from marketsim.gen._out._ifunction._ifunctionfloat import IFunctionfloat
from marketsim.gen._out._ifunction._ifunctionifunctionifunctionobject_from_ifunctionfloat_from_ifunctionsideifunctionfloat import IFunctionIFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSideIFunctionfloat
from marketsim.gen._out._ifunction._ifunctionifunctioniorder_from_ifunctionfloat import IFunctionIFunctionIOrder_from_IFunctionfloat
from marketsim import meta
from marketsim.gen._out._ifunction._ifunctionifunctionobject_from_ifunctionfloat_from_ifunctionsideifunctionfloat import IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSideIFunctionfloat
from marketsim.gen._out._ifunction._ifunctionside import IFunctionSide
from marketsim.gen._out._ifunction._ifunctionobject_from_ifunctionsideifunctionfloat import IFunctionobject_from_IFunctionSideIFunctionfloat
#((() => .Side),(() => .Float)) => ((() => .Float) => (() => .IOrder))
class IFunctionIFunctionIFunctionIOrder_from_IFunctionfloat_from_IFunctionSideIFunctionfloat(object):
_types = [meta.function((IFunctionSide,IFunctionfloat,),IFunctionIFunctionIOrder_from_IFunctionfloat)]
_types.append(IFunctionobject_from_IFunctionSideIFunctionfloat)
_types.append(IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSideIFunctionfloat)
_types.append(IFunctionIFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSideIFunctionfloat)
pass



This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from marketsim.gen._out._ifunction._ifunctionfloat import IFunctionfloat
from marketsim.gen._out._ifunction._ifunctionifunctionobject_from_ifunctionfloat import IFunctionIFunctionobject_from_IFunctionfloat
from marketsim import meta
from marketsim.gen._out._ifunction._ifunctionifunctionobject_from_ifunctionfloat_from_ifunctionfloat import IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionfloat
from marketsim.gen._out._ifunction._ifunctionobject_from_ifunctionfloat import IFunctionobject_from_IFunctionfloat
#(() => .Float) => ((() => .Float) => (() => Any))
class IFunctionIFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionfloat(object):
_types = [meta.function((IFunctionfloat,),IFunctionIFunctionobject_from_IFunctionfloat)]
_types.append(IFunctionobject_from_IFunctionfloat)
_types.append(IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionfloat)
pass



Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from marketsim.gen._out._ifunction._ifunctionifunctionobject_from_ifunctionfloat_from_ifunctionside import IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSide
from marketsim.gen._out._ifunction._ifunctionifunctionobject_from_ifunctionfloat import IFunctionIFunctionobject_from_IFunctionfloat
from marketsim import meta
from marketsim.gen._out._ifunction._ifunctionside import IFunctionSide
from marketsim.gen._out._ifunction._ifunctionobject_from_ifunctionside import IFunctionobject_from_IFunctionSide
#(() => .Side) => ((() => .Float) => (() => Any))
class IFunctionIFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSide(object):
_types = [meta.function((IFunctionSide,),IFunctionIFunctionobject_from_IFunctionfloat)]
_types.append(IFunctionobject_from_IFunctionSide)
_types.append(IFunctionIFunctionobject_from_IFunctionfloat_from_IFunctionSide)
pass



Loading

0 comments on commit 4a964a1

Please sign in to comment.