MCPcopy Create free account

hub / github.com/dickreuter/Poker / functions

Functions680 in github.com/dickreuter/Poker

MethodgetVirtualBox
(self)
poker/vboxapi/__init__.py:922
MethodgetVirtualBox
See PlatformBase::getVirtualBox().
poker/vboxapi/__init__.py:1087
Functionget_computer_name
()
poker/restapi_local.py:45
Methodget_flush_draw
(self, oc)
poker/decisionmaker/outs_calculator.py:222
Methodget_gut_shot_straight_draw
(self, oc)
poker/decisionmaker/outs_calculator.py:172
Methodget_mouse_position_vbox
(self)
poker/tools/vbox_manager.py:60
Methodget_open_straight_draw
(self, oc)
poker/decisionmaker/outs_calculator.py:197
Methodget_position
Get position of mouse click
poker/scraper/table_setup_actions_and_signals.py:622
Functionget_screenshot_result
()
poker/restapi_local.py:35
Methodget_straight_flush_draw
(self, oc)
poker/decisionmaker/outs_calculator.py:241
FunctionhandleActionAtEndStageChange
(event: React.ChangeEvent<HTMLSelectElement>)
website/src/views/StrategyAnalyzer.tsx:168
FunctionhandleChange
(event: React.ChangeEvent<HTMLSelectElement>)
website/src/views/StrategyAnalyzer.tsx:155
FunctionhandleCopy
()
website/src/views/Purchase.tsx:28
FunctionhandleDragOver
(e)
website/src/views/TableMapper.tsx:242
FunctionhandleDrop
(e)
website/src/views/TableMapper.tsx:246
FunctionhandleEndStageChange
(event: React.ChangeEvent<HTMLSelectElement>)
website/src/views/StrategyAnalyzer.tsx:164
FunctionhandleMouseDown
(e)
website/src/views/TableMapper.tsx:217
FunctionhandleMouseMove
(e)
website/src/views/TableMapper.tsx:230
MethodhandleMouseMove
(e)
website/src/components/FundsChangeChart.tsx:20
MethodhandleMouseMove
(e)
website/src/components/GroupedBarChart.tsx:20
FunctionhandleMouseUp
(e)
website/src/views/TableMapper.tsx:225
FunctionhandlePositionChange
(e)
website/src/components/strategy_editor/PreFlopStrategy.tsx:150
FunctionhandleStrategyChange
( hand, scenario, call, raise, betSizeCall, betSizeRaise )
website/src/components/strategy_editor/PreFlopStrategy.tsx:130
FunctionhandleTabChange
(event: SyntheticEvent, newValue: number)
website/src/views/TableMapper.tsx:281
Functionhandler
(*args)
poker/pymouse/x11.py:50
Methodhandler
(self, reply)
poker/pymouse/unix.py:90
Methodhandler
(self, reply)
poker/pymouse/x11.py:205
Methodhandler
(self, proxy, type, event, refcon)
poker/pymouse/mac.py:121
MethodheaderData
(self, col, orientation, role)
poker/gui/pandas_model.py:26
Methodincrease_progressbar
(self, value)
poker/gui/action_and_signals.py:235
MethodinitPerThread
(self)
poker/vboxapi/__init__.py:604
MethodinitPerThread
(self)
poker/vboxapi/__init__.py:810
MethodinitPerThread
See PlatformBase::deinitPerThread().
poker/vboxapi/__init__.py:1122
Functioninit_logger
(screenlevel, filename)
poker/tools/logger.py:8
Methodinsert_collusion
(self, rec)
poker/tools/game_logger.py:124
Methodinsert_log
(self, rec)
poker/tools/game_logger.py:120
MethodinterruptWaitEvents
Basically a python implementation of NativeEventQueue::postEvent(). The magic value must be in sync with the C++ implementation or t
poker/vboxapi/__init__.py:681
MethodinterruptWaitEvents
(self)
poker/vboxapi/__init__.py:835
MethodinterruptWaitEvents
(self, timeout)
poker/vboxapi/__init__.py:942
MethodinterruptWaitEvents
See PlatformBase::interruptWaitEvents().
poker/vboxapi/__init__.py:1111
MethodisRemote
Returns True if remote VBox host, False if local.
poker/vboxapi/__init__.py:928
Functionload_table_template_cached
Load template from mongodb as cv2 image
poker/tools/screen_operations.py:48
Functionlocal_restapi
()
poker/restapi_local.py:25
Functionmemory_cache
Memoisation decorator for functions taking one or more arguments.
poker/tools/helper.py:285
Methodmgr
This used to be an attribute referring to a session manager class with only one method called getSessionObject. It moved into this cl
poker/vboxapi/__init__.py:1077
Methodmove
Move the mouse to a given x and y
poker/pymouse/base.py:82
Methodmove
Subclass this method with your move event handler
poker/pymouse/base.py:125
Functionmulti_threading
Wrap multi threading for external c++ calls. Args: pool_fn: any partial function that takes a single argument. For multi argument fu
poker/tools/helper.py:252
Methodno_test1
(self)
poker/tests/test_tableScreenBased.py:10
Methodno_test2
(self)
poker/tests/test_tableScreenBased.py:20
Methodno_test3
(self)
poker/tests/test_tableScreenBased.py:36
Methodno_test4
(self)
poker/tests/test_tableScreenBased.py:45
Methodno_test_incorrect_second_round
(self)
poker/tests/test_reverseTables.py:229
Methodno_test_preflop_state1
(self)
poker/tests/test_reverseTables.py:26
Methodno_test_preflop_state2
(self)
poker/tests/test_reverseTables.py:58
Methodno_test_ranges
(self)
poker/tests/test_reverseTables.py:139
Methodno_test_ranges_2nd_call
(self)
poker/tests/test_reverseTables.py:187
Methodno_test_ranges_2nd_round
(self)
poker/tests/test_reverseTables.py:164
Methodno_test_ranges_call_column
(self)
poker/tests/test_reverseTables.py:211
Methodno_test_reversetable_76
(self)
poker/tests/test_reverseTables.py:116
Methodno_test_reversetable_88
(self)
poker/tests/test_reverseTables.py:97
MethodopenMachineSession
Attempts to open the a session to the machine. Returns a session object on success. Raises exception on failure.
poker/vboxapi/__init__.py:1146
Methodother_players_names
Read other player names
poker/scraper/table_scraper.py:187
Methodposition
(self)
poker/pymouse/unix.py:46
Methodposition
Get the current mouse position in pixels. Returns a tuple of 2 integers
poker/pymouse/base.py:93
Methodposition
(self)
poker/pymouse/mac.py:50
Methodpress
(self, x, y, button = 1)
poker/pymouse/unix.py:32
Methodpress
(self, x, y, button=1)
poker/pymouse/x11.py:89
Methodpress
(self, x, y, button=1)
poker/pymouse/mac.py:28
Methodquery
Retrieves collected metric values as well as some auxiliary information. Returns an array of dictionaries, one dictionary per metric.
poker/vboxapi/__init__.py:175
MethodqueryInterface
(self, oIUnknown, sClassName)
poker/vboxapi/__init__.py:714
MethodqueryInterface
(self, oIUnknown, sClassName)
poker/vboxapi/__init__.py:843
MethodqueryInterface
(self, oIUnknown, sClassName)
poker/vboxapi/__init__.py:952
MethodqueryInterface
See PlatformBase::queryInterface().
poker/vboxapi/__init__.py:1115
Methodrecommendation_pop_up
(self, mouse_target)
poker/gui/action_and_signals.py:656
Methodrelease
(self, x, y, button = 1)
poker/pymouse/unix.py:37
Methodrelease
(self, x, y, button=1)
poker/pymouse/mac.py:35
Methodrender
()
website/src/components/GroupedBarChart.tsx:41
Methodreset_progressbar
(self)
poker/gui/action_and_signals.py:240
Functionrotate_image
(image, angle)
poker/tools/screen_operations.py:247
MethodrowCount
(self, parent=None)
poker/gui/pandas_model.py:14
Methodrun
(self)
poker/pymouse/unix.py:75
Methodrun
(self)
poker/pymouse/windows.py:99
Methodrun
(self)
poker/pymouse/x11.py:168
Methodrun
(self)
poker/pymouse/mac.py:98
Functionrun_genetic_algorithm
(write, logger)
poker/decisionmaker/genetic_algorithm.py:157
FunctionsaveStrategy
()
website/src/components/strategy_editor/PreFlopStrategy.tsx:155
Methodsave_coordinates
Save coordinates for a given label for a given table
poker/tools/mongo_manager.py:203
Methodsave_image
save market image in mongodb Args: table_name: str label: str image: byte
poker/tools/mongo_manager.py:31
Methodsave_strategy
(self, strategy_dict)
poker/tools/strategy_handler.py:163
Methodscreen_size
(self)
poker/pymouse/unix.py:50
Methodscreen_size
Get the current screen size in pixels. Returns a tuple of 2 integers
poker/pymouse/base.py:101
Methodscreen_size
(self)
poker/pymouse/windows.py:83
Methodscreen_size
(self)
poker/pymouse/x11.py:140
Methodscreen_size
(self)
poker/pymouse/mac.py:54
Methodscroll
Generates mouse scrolling events in up to three dimensions: vertical, horizontal, and depth (Mac-only). Values for these arguments ma
poker/pymouse/base.py:62
Methodscroll
Subclass this method with your scroll event handler Vertical: + Up, - Down Horizontal: + Right, - Left
poker/pymouse/base.py:129
Methodscroll
(self, vertical=None, horizontal=None, depth=None)
poker/pymouse/mac.py:57
Methodscroll_event
(y_move=0, x_move=0, z_move=0, n=1)
poker/pymouse/mac.py:59
MethodsetArray
(self, oInterface, sAttrib, aoArray)
poker/vboxapi/__init__.py:576
← previousnext →501–600 of 680, ranked by callers