MCPcopy Create free account

hub / github.com/quantopian/zipline / functions

Functions4,252 in github.com/quantopian/zipline

Method__repr__
(self)
zipline/pipeline/factors/statistical.py:562
Method__repr__
(self)
zipline/pipeline/factors/factor.py:1547
Method__repr__
(self)
zipline/pipeline/factors/factor.py:1844
Method__repr__
(self)
zipline/pipeline/filters/filter.py:740
Method__repr__
(self)
zipline/pipeline/loaders/blaze/core.py:774
Method__repr__
(self)
zipline/pipeline/hooks/progress.py:274
Method__repr__
(self)
tests/pipeline/test_blaze.py:2400
Method__repr__
(self)
tests/pipeline/test_hooks.py:485
Method__set__
`final` objects cannot be reassigned. This is the most import concept about `final`s. Unlike a `property` object, this will
zipline/utils/final.py:95
Method__setattr__
(self, attr, value)
zipline/protocol.py:42
Method__setattr__
(self, attr, value)
zipline/protocol.py:204
Method__setattr__
(self, attr, value)
zipline/protocol.py:334
Method__setattr__
This stops the `final` attributes from being reassigned on the class object.
zipline/utils/final.py:55
Method__setattr__
(self, name, value)
tests/utils/test_final.py:144
Method__setitem__
(self, key, value)
setup.py:47
Method__setitem__
(self, key, value)
zipline/utils/memoize.py:178
Method__setitem__
(self, key, value)
zipline/utils/cache.py:266
Method__setslice__
This method was deprecated in Python 2.0. It predates slice objects, but Python 2.7.11 still uses it if you implement it, which ndarr
zipline/lib/labelarray.py:429
Method__str__
(self)
zipline/errors.py:30
Method__str__
(self)
zipline/errors.py:547
Method__str__
(self)
zipline/utils/run_algo.py:58
Method__str__
(self)
zipline/utils/argcheck.py:39
Method__str__
(self)
zipline/utils/argcheck.py:46
Method__str__
(self)
zipline/utils/argcheck.py:53
Method__str__
(self)
zipline/utils/argcheck.py:71
Method__str__
(self)
zipline/utils/argcheck.py:264
Method__str__
(self)
zipline/utils/argcheck.py:269
Method__str__
(self)
zipline/utils/argcheck.py:274
Method__str__
(self)
zipline/utils/argcheck.py:279
Method__str__
(self)
zipline/utils/argcheck.py:290
Method__str__
(self)
zipline/utils/argcheck.py:310
Method__str__
(self)
zipline/utils/argcheck.py:323
Method__str__
(self)
zipline/utils/argcheck.py:331
Method__str__
(self)
zipline/data/bundles/core.py:166
Method__str__
(self)
zipline/data/bundles/core.py:194
Method__str__
(self)
zipline/testing/core.py:889
Method__str__
(self)
zipline/pipeline/domain.py:368
Method__str__
(self)
zipline/pipeline/data/dataset.py:696
Method__str__
(self)
zipline/pipeline/loaders/blaze/core.py:420
Method__str__
(self)
tests/test_execution_styles.py:43
Method__str__
(self)
tests/pipeline/test_blaze.py:2403
Method__unicode__
Unicode representation for this object.
zipline/finance/order.py:254
Method_active_contract
(self, oc, front, back, dt)
zipline/assets/roll_finder.py:150
Method_active_contract
r""" Return the active contract based on the previous trading day's volume. In the rare case that a double volume switch occurs we tr
zipline/assets/roll_finder.py:169
Function_actual_preprocessor
(func, argname, argvalue)
zipline/utils/input_validation.py:285
Method_allocate_output
Override the default array allocation to produce a LabelArray when we have a string-like dtype.
zipline/pipeline/classifiers/classifier.py:541
Method_array
(self, dts, assets, field)
zipline/data/history_loader.py:568
Method_array
(self, dts, assets, field)
zipline/data/history_loader.py:590
Method_asset_types
(self)
zipline/data/dispatch_bar_reader.py:66
Method_bool_values
Return uniformly-distributed True/False values.
zipline/pipeline/loaders/synthetic.py:195
Method_calendar
(self)
zipline/data/history_loader.py:342
Method_calendar
(self)
zipline/data/history_loader.py:565
Method_calendar
(self)
zipline/data/history_loader.py:584
Method_calendar_offsets
(self)
zipline/data/bcolz_daily_bars.py:500
Function_check
(func, argname, argvalue)
zipline/utils/input_validation.py:447
Function_check_asset_group
(group)
zipline/assets/asset_writer.py:256
Method_check_session_bts_after
(session_label, events)
tests/test_clock.py:165
Method_check_session_bts_during
(session_label, events, bts_dt)
tests/test_clock.py:102
Method_check_session_bts_first
(session_label, events, bts_dt)
tests/test_clock.py:42
Function_coerce
(types)
zipline/utils/input_validation.py:823
Function_combine
helper for ``_group_ranges``
zipline/utils/range.py:273
Method_compute
(self, today, assets, out)
zipline/pipeline/term.py:431
Method_compute
Subclasses should implement this to perform actual computation. This is named ``_compute`` rather than just ``compute`` because
zipline/pipeline/term.py:616
Method_compute
Compute our stored expression string with numexpr.
zipline/pipeline/expression.py:240
Method_compute
Call the user's `compute` function on each window with a pre-built output array.
zipline/pipeline/mixins.py:196
Method_compute
(self, inputs, dates, assets, mask)
zipline/pipeline/mixins.py:356
Method_compute
Compute by delegating to self._wrapped_term._compute on sample dates. On non-sample dates, forward-fill from previously-computed sam
zipline/pipeline/mixins.py:491
Method_compute
(self, windows, dates, assets, mask)
zipline/pipeline/mixins.py:624
Method_compute
(self, inputs, assets, dates, mask)
zipline/pipeline/mixins.py:672
Method_compute
(self, inputs, assets, dates, mask)
zipline/pipeline/mixins.py:693
Method_compute
(self, arrays, dates, assets, mask)
zipline/pipeline/classifiers/classifier.py:435
Method_compute
(self, arrays, dates, assets, mask)
zipline/pipeline/classifiers/classifier.py:452
Method_compute
(self, arrays, dates, assets, mask)
zipline/pipeline/classifiers/classifier.py:494
Method_compute
(self, arrays, dates, assets, mask)
zipline/pipeline/factors/events.py:54
Method_compute
(self, arrays, dates, assets, mask)
zipline/pipeline/factors/events.py:89
Method_compute
(self, arrays, dates, assets, mask)
zipline/pipeline/factors/factor.py:1448
Method_compute
For each row in the input, compute a like-shaped array of per-row ranks.
zipline/pipeline/factors/factor.py:1534
Method_compute
(self, windows, dates, assets, mask)
zipline/pipeline/factors/factor.py:1788
Method_compute
(self, arrays, dates, assets, mask)
zipline/pipeline/factors/factor.py:1834
Method_compute
Compute our result with numexpr, then re-apply `mask`.
zipline/pipeline/filters/filter.py:338
Method_compute
(self, arrays, dates, assets, mask)
zipline/pipeline/filters/filter.py:391
Method_compute
For each row in the input, compute a mask of all values falling between the given percentiles.
zipline/pipeline/filters/filter.py:447
Method_compute
(self, arrays, dates, assets, mask)
zipline/pipeline/filters/filter.py:580
Method_compute
(self, arrays, dates, assets, mask)
zipline/pipeline/filters/filter.py:621
Method_compute
(self, arrays, dates, sids, mask)
zipline/pipeline/filters/filter.py:658
Method_compute
(self, arrays, dates, assets, mask)
zipline/pipeline/filters/filter.py:719
Method_compute_daily_returns
(g)
zipline/sources/benchmark_source.py:178
Function_conda_format
(req)
setup.py:174
Method_currency_codes
(self)
zipline/data/hdf5_daily_bars.py:698
Method_datetime_values
Return uniformly-distributed dates in 2014.
zipline/pipeline/loaders/synthetic.py:183
Function_decorator
(f)
zipline/utils/preprocess.py:82
Function_default_none
(df, column)
zipline/assets/asset_writer.py:97
Method_dirty_portfolio
(self)
zipline/finance/ledger.py:425
Function_downgrade_v1
Downgrade assets db by removing the 'tick_size' column and renaming the 'multiplier' column.
zipline/assets/asset_db_migrations.py:162
Function_downgrade_v2
Downgrade assets db by removing the 'auto_close_date' column.
zipline/assets/asset_db_migrations.py:193
Function_downgrade_v3
Downgrade assets db by adding a not null constraint on ``equities.first_traded``
zipline/assets/asset_db_migrations.py:216
Function_downgrade_v4
Downgrades assets db by copying the `exchange_full` column to `exchange`, then dropping the `exchange_full` column.
zipline/assets/asset_db_migrations.py:264
Function_downgrade_v5
(op)
zipline/assets/asset_db_migrations.py:286
Function_downgrade_v6
(op)
zipline/assets/asset_db_migrations.py:358
Function_downgrade_v7
(op)
zipline/assets/asset_db_migrations.py:363
← previousnext →1,801–1,900 of 4,252, ranked by callers