Methods

Summary

method

class parent

truncated documentation

__add__

WeightedArray

Addition

__enter__

WithEventProfiler

__exit__

WithEventProfiler

__getattr__

WeightedSeries

Tries first to see if class Series has this attribute and then tries @see cl WeightedDoubleAccessor.

__init__

WeightedArray

Overwrites the constructor to force dtype to be @see cl WeightedSeriesDtype.

__init__

WeightedDoubleAccessor

__init__

WeightedSeries

Overwrites the constructor to force dtype to be @see cl WeightedSeriesDtype.

__init__

EventProfiler

__init__

EventProfilerDebug

__init__

WithEventProfiler

__len__

WeightedDoubleAccessor

__mul__

WeightedArray

Multiplication

__repr__

WeightedSeriesDtype

usual

__str__

WeightedSeriesDtype

usual

__sub__

WeightedArray

Soustraction

__truediv__

WeightedArray

Division

_choose

EventProfiler

Returns a string which represents the called function. When the function is built-in, frame contains the function …

_choose

EventProfilerDebug

Returns a string which represents the called function. When the function is built-in, frame contains the function …

_choose_mod

EventProfiler

Returns a string which represents the module of the called function. When the function is built-in, frame contains …

_choose_mod

EventProfilerDebug

Returns a string which represents the module of the called function. When the function is built-in, frame contains …

_empty_cache

EventProfiler

Empties the cache. This function logs a couple of events. The cache must contains enough place to log them. …

_empty_cache

EventProfilerDebug

Empties the cache. This function logs a couple of events. The cache must contains enough place to log them. …

_new_series

WeightedDoubleAccessor

_restore_profiler

EventProfiler

This relies on sys.setprofile() and sys.getprofile().

_restore_profiler

EventProfilerDebug

This relies on sys.setprofile() and sys.getprofile().

_setup_profiler

EventProfiler

This relies on sys.setprofile() and sys.getprofile().

_setup_profiler

EventProfilerDebug

This relies on sys.setprofile() and sys.getprofile().

isna

WeightedArray

is nan?

isnan

WeightedDoubleAccessor

Tells if values are missing.

kill

KThread

Kills the thread if not alreayd finished. Source: Python-Kill-Thread-Extension. …

log_event

EventProfiler

Logs an event in the database.

log_event

EventProfilerDebug

Logs an event in the database.

retrieve_raw_results

EventProfiler

Retrieves the raw results. Difficult to interpret.

retrieve_raw_results

EventProfilerDebug

Retrieves the raw results. Difficult to interpret.

retrieve_results

EventProfiler

Retrieves the raw results. Difficult to interpret.

retrieve_results

EventProfilerDebug

Retrieves the raw results. Difficult to interpret.

start

EventProfiler

Starts the profiling.

start

EventProfilerDebug

Starts the profiling without enabling it.

stop

EventProfiler

Stops the profiling.

stop

EventProfilerDebug

Stops the unstarted profiling.