Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/quantopian/zipline
/ functions
Functions
4,252 in github.com/quantopian/zipline
⨍
Functions
4,252
◇
Types & classes
1,004
↳
Endpoints
31
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
← previous
next →
1,801–1,900 of 4,252, ranked by callers