pychess package
Subpackages
- pychess.Database package
- pychess.Players package
- Submodules
- pychess.Players.CECPEngine module
CECPEngine
CECPEngine.canAnalyze()
CECPEngine.end()
CECPEngine.getAnalysisLines()
CECPEngine.hurry()
CECPEngine.kill()
CECPEngine.makeMove()
CECPEngine.maxAnalysisLines()
CECPEngine.minAnalysisLines()
CECPEngine.offer()
CECPEngine.offerError()
CECPEngine.parseLine()
CECPEngine.pause()
CECPEngine.playerUndoMoves()
CECPEngine.prestart()
CECPEngine.putMove()
CECPEngine.requestMultiPV()
CECPEngine.resume()
CECPEngine.setBoard()
CECPEngine.setBoardList()
CECPEngine.setOption()
CECPEngine.setOptionAnalyzing()
CECPEngine.setOptionInitialBoard()
CECPEngine.setOptionStrength()
CECPEngine.setOptionTime()
CECPEngine.setOptionVariant()
CECPEngine.set_board()
CECPEngine.spectatorUndoMoves()
CECPEngine.start()
CECPEngine.updateTime()
- pychess.Players.Engine module
Engine
Engine.canAnalyze()
Engine.getAnalysis()
Engine.maxAnalysisLines()
Engine.minAnalysisLines()
Engine.offer()
Engine.offerDeclined()
Engine.offerError()
Engine.offerWithdrawn()
Engine.on_analysis()
Engine.putMessage()
Engine.requestMultiPV()
Engine.setOptionAnalyzing()
Engine.setOptionInitialBoard()
Engine.setOptionStrength()
Engine.setOptionTime()
Engine.setOptionVariant()
- pychess.Players.Human module
Human
Human.emit_action()
Human.end()
Human.hurry()
Human.kill()
Human.makeMove()
Human.offer()
Human.offerDeclined()
Human.offerError()
Human.offerWithdrawn()
Human.on_game_terminated()
Human.pause()
Human.piece_moved()
Human.playerUndoMoves()
Human.putMessage()
Human.resume()
Human.sendMessage()
Human.zero_reached()
- pychess.Players.ICPlayer module
ICPlayer
ICPlayer.end()
ICPlayer.getICHandle()
ICPlayer.kill()
ICPlayer.makeMove()
ICPlayer.observe()
ICPlayer.offer()
ICPlayer.offerDeclined()
ICPlayer.offerError()
ICPlayer.offerRematch()
ICPlayer.offerWithdrawn()
ICPlayer.on_game_terminated()
ICPlayer.pause()
ICPlayer.playerUndoMoves()
ICPlayer.putMessage()
ICPlayer.resetPosition()
ICPlayer.resume()
ICPlayer.setBoard()
ICPlayer.move_queue
ICPlayer.time
- pychess.Players.Player module
GameEnded
InvalidMove
PassInterrupt
PlayerIsDead
TurnInterrupt
Player
Player.end()
Player.hurry()
Player.kill()
Player.makeMove()
Player.offer()
Player.offerDeclined()
Player.offerError()
Player.offerWithdrawn()
Player.pause()
Player.playerUndoMoves()
Player.prestart()
Player.putMessage()
Player.putMove()
Player.resume()
Player.setName()
Player.setOptionInitialBoard()
Player.spectatorUndoMoves()
Player.start()
Player.undoMoves()
Player.updateTime()
Player.time
- pychess.Players.ProtocolEngine module
- pychess.Players.PyChess module
- pychess.Players.PyChessCECP module
- pychess.Players.PyChessFICS module
- pychess.Players.UCIEngine module
UCIEngine
UCIEngine.end()
UCIEngine.getAnalysisLines()
UCIEngine.hasOption()
UCIEngine.hurry()
UCIEngine.kill()
UCIEngine.makeMove()
UCIEngine.maxAnalysisLines()
UCIEngine.minAnalysisLines()
UCIEngine.offer()
UCIEngine.parseLine()
UCIEngine.pause()
UCIEngine.playerUndoMoves()
UCIEngine.prestart()
UCIEngine.putMove()
UCIEngine.requestMultiPV()
UCIEngine.resume()
UCIEngine.setBoard()
UCIEngine.setOption()
UCIEngine.setOptionAnalyzing()
UCIEngine.setOptionInitialBoard()
UCIEngine.setOptionStrength()
UCIEngine.setOptionTime()
UCIEngine.setOptionVariant()
UCIEngine.set_board()
UCIEngine.spectatorUndoMoves()
UCIEngine.start()
UCIEngine.updateTime()
- pychess.Players.engineNest module
SubProcessError
EngineDiscoverer
EngineDiscoverer.addEngine()
EngineDiscoverer.addEngineFromReference()
EngineDiscoverer.backup()
EngineDiscoverer.discover()
EngineDiscoverer.getAnalyzers()
EngineDiscoverer.getCountry()
EngineDiscoverer.getEngineByMd5()
EngineDiscoverer.getEngineByName()
EngineDiscoverer.getEngineLearn()
EngineDiscoverer.getEngineN()
EngineDiscoverer.getEngineVariants()
EngineDiscoverer.getEngines()
EngineDiscoverer.getName()
EngineDiscoverer.getReferencedEngine()
EngineDiscoverer.hasChanged()
EngineDiscoverer.initAnalyzerEngine()
EngineDiscoverer.initEngine()
EngineDiscoverer.initPlayerEngine()
EngineDiscoverer.is_analyzer()
EngineDiscoverer.pre_discover()
EngineDiscoverer.removeEngine()
EngineDiscoverer.restore()
EngineDiscoverer.save()
init_engine()
is_cecp()
is_uci()
md5_sum()
- Module contents
- pychess.Savers package
- Submodules
- pychess.Savers.ChessFile module
LoadingError
ChessFile
ChessFile.close()
ChessFile.get_book_moves()
ChessFile.get_date()
ChessFile.get_elo()
ChessFile.get_event()
ChessFile.get_id()
ChessFile.get_info()
ChessFile.get_player_names()
ChessFile.get_records()
ChessFile.get_result()
ChessFile.get_round()
ChessFile.get_site()
ChessFile.get_variant()
ChessFile.loadToModel()
ChessFile.set_fen_filter()
ChessFile.set_scout_filter()
ChessFile.set_tags_filter()
- pychess.Savers.chessalpha2 module
- pychess.Savers.chesspastebin module
- pychess.Savers.database module
- pychess.Savers.epd module
- pychess.Savers.fen module
- pychess.Savers.pgn module
PGNFile
PGNFile.close()
PGNFile.get_book_moves()
PGNFile.get_count()
PGNFile.get_movetext()
PGNFile.get_offs()
PGNFile.get_offs8()
PGNFile.get_records()
PGNFile.get_size()
PGNFile.get_variant()
PGNFile.has_position()
PGNFile.init_chess_db()
PGNFile.init_scoutfish()
PGNFile.init_tag_database()
PGNFile.loadToModel()
PGNFile.load_game_tags()
PGNFile.parse_movetext()
PGNFile.reset_last_seen()
PGNFile.set_fen_filter()
PGNFile.set_scout_filter()
PGNFile.set_tag_filter()
PGNFile.set_tag_order()
PGNFile.count
PGNFile.size
load()
move_count()
msToClockTimeTag()
nag2symbol()
parseClockTimeTag()
parseTimeControlTag()
save()
symbol2nag()
walk()
- pychess.Savers.png module
- Module contents
- pychess.System package
- Submodules
- pychess.System.Log module
- pychess.System.LogEmitter module
- pychess.System.SubProcess module
- pychess.System.accordion module
- pychess.System.cairoextras module
- pychess.System.command module
- pychess.System.conf module
- pychess.System.debug module
- pychess.System.gst_player module
- pychess.System.gstreamer module
- pychess.System.ping module
- pychess.System.prefix module
- pychess.System.protoopen module
- pychess.System.readuntil module
- pychess.System.repeat module
- pychess.System.uistuff module
- Module contents
- pychess.Utils package
- Subpackages
- pychess.Utils.lutils package
- Submodules
- pychess.Utils.lutils.Benchmark module
- pychess.Utils.lutils.LBoard module
LBoard
LBoard.applyFen()
LBoard.applyMove()
LBoard.asFen()
LBoard.clone()
LBoard.iniAtomic()
LBoard.iniCambodian()
LBoard.iniHouse()
LBoard.iniSchess()
LBoard.isChecked()
LBoard.opIsChecked()
LBoard.popMove()
LBoard.prepr()
LBoard.repetitionCount()
LBoard.reprCastling()
LBoard.setCastling()
LBoard.setColor()
LBoard.setEnpassant()
LBoard.willGiveCheck()
LBoard.willLeaveInCheck()
LBoard.fin_kings
LBoard.fin_rooks
LBoard.holding
LBoard.ini_kings
LBoard.ini_rooks
LBoard.lastMove
- pychess.Utils.lutils.PolyglotHash module
- pychess.Utils.lutils.TranspositionTable module
TranspositionTable
TranspositionTable.addButterfly()
TranspositionTable.addKiller()
TranspositionTable.clear()
TranspositionTable.getButterfly()
TranspositionTable.isHashMove()
TranspositionTable.isKiller()
TranspositionTable.newSearch()
TranspositionTable.probe()
TranspositionTable.record()
TranspositionTable.setHashMove()
- pychess.Utils.lutils.attack module
- pychess.Utils.lutils.bitboard module
- pychess.Utils.lutils.egtb_gaviota module
EgtbGaviota
TbStats
TbStats.bytes_read
TbStats.drive_hits
TbStats.drive_miss
TbStats.dtm_cachesize
TbStats.dtm_easy_hits
TbStats.dtm_hard_prob
TbStats.dtm_occupancy
TbStats.dtm_soft_prob
TbStats.files_opened
TbStats.memory_efficiency
TbStats.memory_hits
TbStats.total_hits
TbStats.wdl_cachesize
TbStats.wdl_easy_hits
TbStats.wdl_hard_prob
TbStats.wdl_occupancy
TbStats.wdl_soft_prob
- pychess.Utils.lutils.egtb_k4it module
- pychess.Utils.lutils.ldata module
- pychess.Utils.lutils.ldraw module
- pychess.Utils.lutils.leval module
- pychess.Utils.lutils.lmove module
- pychess.Utils.lutils.lmovegen module
- pychess.Utils.lutils.lsearch module
- pychess.Utils.lutils.lsort module
- pychess.Utils.lutils.perft module
- pychess.Utils.lutils.strateval module
attack_type()
defencive_moves_safety()
defencive_moves_tactic()
final_status()
join()
offencive_moves_check()
offencive_moves_fianchetto()
offencive_moves_pin()
offencive_moves_rook()
prefix_type()
simple_activity()
simple_tropism()
state_destroysCastling()
state_outpost()
state_pawn()
state_trappedBishops()
tip_mobility()
tip_pawnStorm()
- pychess.Utils.lutils.validator module
- Module contents
- pychess.Utils.lutils package
- Submodules
- pychess.Utils.Board module
Board
Board.asFen()
Board.clone()
Board.getHoldingCord()
Board.getHoldingPieces()
Board.move()
Board.newHoldingCord()
Board.popPieceFromHolding()
Board.printPieces()
Board.reorderHolding()
Board.setColor()
Board.simulateMove()
Board.simulateUnmove()
Board.switchColor()
Board.FILES
Board.HOLDING_FILES
Board.PROMOTIONS
Board.PROMOTION_ZONE
Board.RANKS
Board.color
Board.enpassant
Board.ply
Board.variant
reverse_enum()
- pychess.Utils.Cord module
- pychess.Utils.EndgameTable module
- pychess.Utils.GameModel module
GameModel
GameModel.acceptReceived()
GameModel.add_move2variation()
GameModel.add_variation()
GameModel.checkStatus()
GameModel.color()
GameModel.declineReceived()
GameModel.end()
GameModel.getBoardAtPly()
GameModel.getMoveAtPly()
GameModel.get_book_move()
GameModel.hasEnginePlayer()
GameModel.hasLocalPlayer()
GameModel.isChanged()
GameModel.isEngine2EngineGame()
GameModel.isLoadedGame()
GameModel.isLocalGame()
GameModel.isObservationGame()
GameModel.isPlayingICSGame()
GameModel.kill()
GameModel.loadAndStart()
GameModel.offerReceived()
GameModel.on_analyze()
GameModel.pause()
GameModel.pause_analyzer()
GameModel.remove_analyzer()
GameModel.remove_variation()
GameModel.restart_analyzer()
GameModel.resume()
GameModel.resume_analyzer()
GameModel.save()
GameModel.setOpening()
GameModel.setPlayers()
GameModel.start()
GameModel.start_analyzer()
GameModel.terminate()
GameModel.undoMoves()
GameModel.undo_in_variation()
GameModel.withdrawReceived()
GameModel.zero_reached()
GameModel.curplayer
GameModel.display_text
GameModel.lowply
GameModel.orientation
GameModel.ply
GameModel.practice_game
GameModel.starting_color
GameModel.waitingplayer
- pychess.Utils.IconLoader module
- pychess.Utils.Move module
- pychess.Utils.Offer module
- pychess.Utils.Piece module
- pychess.Utils.SetupModel module
- pychess.Utils.TimeModel module
TimeModel
TimeModel.end()
TimeModel.getElapsedMoveTime()
TimeModel.getInitialTime()
TimeModel.getPlayerTime()
TimeModel.hasBWTimes()
TimeModel.isBlitzFide()
TimeModel.pause()
TimeModel.resume()
TimeModel.setMovingColor()
TimeModel.start()
TimeModel.tap()
TimeModel.undoMoves()
TimeModel.updatePlayer()
TimeModel.display_text
TimeModel.hasTimes
TimeModel.ply
- pychess.Utils.book module
- pychess.Utils.checkversion module
- pychess.Utils.const module
- pychess.Utils.eco module
- pychess.Utils.elo module
- pychess.Utils.eval module
- pychess.Utils.isoCountries module
- pychess.Utils.logic module
- pychess.Utils.repr module
- Module contents
- Subpackages
- pychess.Variants package
- Submodules
- pychess.Variants.asean module
- pychess.Variants.asymmetricrandom module
- pychess.Variants.atomic module
- pychess.Variants.blindfold module
- pychess.Variants.bughouse module
- pychess.Variants.corner module
- pychess.Variants.crazyhouse module
- pychess.Variants.euroshogi module
- pychess.Variants.fischerandom module
- pychess.Variants.giveaway module
- pychess.Variants.horde module
- pychess.Variants.kingofthehill module
- pychess.Variants.knightodds module
- pychess.Variants.losers module
- pychess.Variants.normal module
- pychess.Variants.pawnodds module
- pychess.Variants.pawnspassed module
- pychess.Variants.pawnspushed module
- pychess.Variants.queenodds module
- pychess.Variants.racingkings module
- pychess.Variants.randomchess module
- pychess.Variants.rookodds module
- pychess.Variants.seirawan module
- pychess.Variants.setupposition module
- pychess.Variants.shuffle module
- pychess.Variants.suicide module
- pychess.Variants.theban module
- pychess.Variants.threecheck module
- pychess.Variants.upsidedown module
- pychess.Variants.wildcastle module
- pychess.Variants.wildcastleshuffle module
- Module contents
- pychess.gfx package
- pychess.ic package
- Subpackages
- pychess.ic.managers package
- Submodules
- pychess.ic.managers.AdjournManager module
- pychess.ic.managers.AutoLogOutManager module
- pychess.ic.managers.BoardManager module
BoardManager
BoardManager.accept()
BoardManager.callflag()
BoardManager.decline()
BoardManager.follow()
BoardManager.generateCastleSigns()
BoardManager.isPlaying()
BoardManager.made_examined()
BoardManager.made_unexamined()
BoardManager.matchDeclined()
BoardManager.nonoWhileExamine()
BoardManager.observe()
BoardManager.onArchiveGameSMovesReceived()
BoardManager.onExamineGameCreated()
BoardManager.onGameEnd()
BoardManager.onGameModelStarted()
BoardManager.onGamePause()
BoardManager.onInterceptedChallenge()
BoardManager.onMatchingSeekOrGetGame()
BoardManager.onObserveGameCreated()
BoardManager.onObserveGameMovesReceived()
BoardManager.onPlayGameCreated()
BoardManager.onStyle12()
BoardManager.onUnobserveGame()
BoardManager.onWasPrivate()
BoardManager.on_game_remove()
BoardManager.opp_not_out_of_time()
BoardManager.parseGame()
BoardManager.parseStyle12()
BoardManager.play()
BoardManager.player_lagged()
BoardManager.player_on_censor()
BoardManager.player_on_noplay()
BoardManager.req_not_fit_formula()
BoardManager.resign()
BoardManager.sendMove()
BoardManager.start()
BoardManager.tooManySeeks()
BoardManager.unexamine()
BoardManager.unobserve()
BoardManager.castleSigns
BoardManager.queuedStyle12s
parse_reason()
- pychess.ic.managers.ChatManager module
ChatManager
ChatManager.convTime()
ChatManager.entityDecode()
ChatManager.entityEncode()
ChatManager.getChannelLog()
ChatManager.getChannelPlayers()
ChatManager.getChannels()
ChatManager.getJoinedChannels()
ChatManager.getNoChannelPlayers()
ChatManager.getPeopleInChannel()
ChatManager.getPlayersChannels()
ChatManager.get_allob_list()
ChatManager.gotPlayerChannels()
ChatManager.joinChannel()
ChatManager.mayTellChannel()
ChatManager.onAnnouncement()
ChatManager.onArrivalNotification()
ChatManager.onChannelList()
ChatManager.onChannelLogBreak()
ChatManager.onChannelLogLine()
ChatManager.onChannelLogStart()
ChatManager.onChannelMessage()
ChatManager.onDepartedNotification()
ChatManager.onKibitzMessage()
ChatManager.onPrivateMessage()
ChatManager.onShoutMessage()
ChatManager.onWhisperMessage()
ChatManager.on_allob_no()
ChatManager.removeChannel()
ChatManager.tellAll()
ChatManager.tellBughousePartner()
ChatManager.tellChannel()
ChatManager.tellGame()
ChatManager.tellOpponent()
ChatManager.tellPlayer()
ChatManager.tellUser()
ChatManager.toldChannel()
ChatManager.whisper()
ChatManager.channelListItem
ChatManager.entityExpr
- pychess.ic.managers.ConsoleManager module
- pychess.ic.managers.ErrorManager module
- pychess.ic.managers.FingerManager module
FingerManager
FingerObject
FingerObject.getAdminLevel()
FingerObject.getBusyMessage()
FingerObject.getColor()
FingerObject.getCreated()
FingerObject.getEmail()
FingerObject.getGameno()
FingerObject.getIdleTime()
FingerObject.getLastSeen()
FingerObject.getName()
FingerObject.getNotes()
FingerObject.getOpponent()
FingerObject.getRating()
FingerObject.getRatings()
FingerObject.getRatingsLen()
FingerObject.getSanctions()
FingerObject.getSilence()
FingerObject.getStatus()
FingerObject.getTimeseal()
FingerObject.getTitles()
FingerObject.getTotalTimeOnline()
FingerObject.getUpTime()
FingerObject.setAdminLevel()
FingerObject.setBusyMessage()
FingerObject.setColor()
FingerObject.setCreated()
FingerObject.setEmail()
FingerObject.setGameno()
FingerObject.setIdleTime()
FingerObject.setLastSeen()
FingerObject.setName()
FingerObject.setNote()
FingerObject.setOpponent()
FingerObject.setRating()
FingerObject.setSanctions()
FingerObject.setSilence()
FingerObject.setStatus()
FingerObject.setTimeseal()
FingerObject.setTitles()
FingerObject.setTotalTimeOnline()
FingerObject.setUpTime()
- pychess.ic.managers.HelperManager module
HelperManager
HelperManager.on_game_add()
HelperManager.on_game_list()
HelperManager.on_game_remove()
HelperManager.on_player_available()
HelperManager.on_player_connect()
HelperManager.on_player_connectI()
HelperManager.on_player_disconnect()
HelperManager.on_player_disconnectI()
HelperManager.on_player_unavailable()
HelperManager.on_player_who()
HelperManager.on_player_whoI()
HelperManager.parseTitles()
- pychess.ic.managers.ListAndVarManager module
- pychess.ic.managers.NewsManager module
- pychess.ic.managers.OfferManager module
OfferManager
OfferManager.accept()
OfferManager.acceptIndex()
OfferManager.challenge()
OfferManager.decline()
OfferManager.declineIndex()
OfferManager.noOffersToAccept()
OfferManager.notEnoughMovesToUndo()
OfferManager.offer()
OfferManager.onOfferAdd()
OfferManager.onOfferDeclined()
OfferManager.onOfferRemove()
OfferManager.playIndex()
OfferManager.withdraw()
- pychess.ic.managers.SeekManager module
- pychess.ic.managers.ICCAdjournManager module
- pychess.ic.managers.ICCAutoLogOutManager module
- pychess.ic.managers.ICCBoardManager module
ICCBoardManager
ICCBoardManager.on_icc_back()
ICCBoardManager.on_icc_game_message()
ICCBoardManager.on_icc_isolated_board()
ICCBoardManager.on_icc_knows_fischer_random()
ICCBoardManager.on_icc_move_lag()
ICCBoardManager.on_icc_my_game_ended()
ICCBoardManager.on_icc_my_game_result()
ICCBoardManager.on_icc_my_game_started()
ICCBoardManager.on_icc_position_begin()
ICCBoardManager.on_icc_send_moves()
ICCBoardManager.on_icc_set_board()
ICCBoardManager.on_icc_spgn()
ICCBoardManager.on_icc_started_observing()
ICCBoardManager.on_icc_stop_observing()
ICCBoardManager.queued_send_moves
- pychess.ic.managers.ICCChatManager module
- pychess.ic.managers.ICCErrorManager module
- pychess.ic.managers.ICCFingerManager module
- pychess.ic.managers.ICCHelperManager module
- pychess.ic.managers.ICCListAndVarManager module
- pychess.ic.managers.ICCNewsManager module
- pychess.ic.managers.ICCOfferManager module
- pychess.ic.managers.ICCSeekManager module
- Module contents
- pychess.ic.managers package
- Submodules
- pychess.ic.FICSConnection module
LogOnException
Connection
Connection.cancel()
Connection.close()
Connection.expect()
Connection.expect_cn_line()
Connection.expect_dg_line()
Connection.expect_fromABplus()
Connection.expect_fromplus()
Connection.expect_fromto()
Connection.expect_line()
Connection.expect_n_lines()
Connection.getUsername()
Connection.isConnected()
Connection.isConnecting()
Connection.isRegistred()
Connection.unexpect()
Connection.ics_name
FICSConnection
FICSHelperConnection
FICSMainConnection
- pychess.ic.FICSObjects module
AlreadyExistException
FICSAdjournedGame
FICSBoard
FICSChallenge
FICSChallenges
FICSGame
FICSGames
FICSHistoryGame
FICSJournalGame
FICSMatch
FICSPlayer
FICSPlayer.display_titles()
FICSPlayer.getIcon()
FICSPlayer.getIconByRating()
FICSPlayer.getMarkup()
FICSPlayer.getRatingByGameType()
FICSPlayer.getRatingForCurrentGame()
FICSPlayer.getRatingMean()
FICSPlayer.getStrength()
FICSPlayer.get_game()
FICSPlayer.get_online()
FICSPlayer.get_status()
FICSPlayer.get_titles()
FICSPlayer.isAdmin()
FICSPlayer.isAvailableForGame()
FICSPlayer.isComputer()
FICSPlayer.isGuest()
FICSPlayer.isObservable()
FICSPlayer.isTitled()
FICSPlayer.long_name()
FICSPlayer.restore_previous_status()
FICSPlayer.set_game()
FICSPlayer.set_online()
FICSPlayer.set_status()
FICSPlayer.set_titles()
FICSPlayer.atomic
FICSPlayer.blitz
FICSPlayer.bughouse
FICSPlayer.crazyhouse
FICSPlayer.display_online
FICSPlayer.display_status
FICSPlayer.game
FICSPlayer.lightning
FICSPlayer.losers
FICSPlayer.online
FICSPlayer.standard
FICSPlayer.status
FICSPlayer.suicide
FICSPlayer.titles
FICSPlayer.wild
FICSPlayers
FICSSeek
FICSSeeks
FICSSoughtMatch
get_challenge_tooltip_text()
get_player_tooltip_text()
get_rating_range_display_text()
get_seek_tooltip_text()
get_soughtmatch_tooltip_text()
make_sensitive_if_available()
make_sensitive_if_playing()
player_id()
- pychess.ic.ICGameModel module
ICGameModel
ICGameModel.acceptReceived()
ICGameModel.backToMainLine()
ICGameModel.checkStatus()
ICGameModel.end()
ICGameModel.ficsplayer()
ICGameModel.goFirst()
ICGameModel.goLast()
ICGameModel.goNext()
ICGameModel.goPrev()
ICGameModel.hasGuestPlayers()
ICGameModel.offerReceived()
ICGameModel.onActionError()
ICGameModel.onBoardSetup()
ICGameModel.onDisconnected()
ICGameModel.onExGameReset()
ICGameModel.onGameEnded()
ICGameModel.onGamePaused()
ICGameModel.onGameUndoing()
ICGameModel.onKibitzMessage()
ICGameModel.onMadeExamined()
ICGameModel.onMadeUnExamined()
ICGameModel.onObserversReceived()
ICGameModel.onTimesUpdate()
ICGameModel.onWhisperMessage()
ICGameModel.setPlayers()
ICGameModel.terminate()
ICGameModel.update_board()
ICGameModel.display_text
ICGameModel.noTD
ICGameModel.remote_ficsplayer
ICGameModel.remote_player
- pychess.ic.ICLogon module
AutoLogoutException
ICLogon
ICLogon.get_user_names()
ICLogon.hide()
ICLogon.host_get_value()
ICLogon.host_set_value()
ICLogon.onAutologout()
ICLogon.onCancel()
ICLogon.onConnectClicked()
ICLogon.onConnected()
ICLogon.onConnectionError()
ICLogon.onCreateNew()
ICLogon.onHelperConnectionError()
ICLogon.onLogout()
ICLogon.on_ics_combo_changed()
ICLogon.on_logOnAsGuest_toggled()
ICLogon.on_timeseal_toggled()
ICLogon.password_set_value()
ICLogon.present()
ICLogon.show()
ICLogon.showConnecting()
ICLogon.showError()
ICLogon.showMessage()
ICLogon.showNormal()
ICLogon.user_name_get_value()
ICLogon.user_name_set_value()
run()
stop()
- pychess.ic.TimeSeal module
- pychess.ic.VerboseTelnet module
- Module contents
- Subpackages
- pychess.perspectives package
- Subpackages
- pychess.perspectives.database package
- Submodules
- pychess.perspectives.database.FilterPanel module
- pychess.perspectives.database.OpeningTreePanel module
- pychess.perspectives.database.PreviewPanel module
- pychess.perspectives.database.gamelist module
- Module contents
Database
Database.close()
Database.create_book()
Database.create_database()
Database.create_toolbuttons()
Database.do_import()
Database.feed_book()
Database.get_tabcontent()
Database.importing()
Database.init_layout()
Database.on_chessfile_opened0()
Database.on_import_clicked()
Database.on_import_endgame_nl()
Database.on_import_twic()
Database.on_save_as_clicked()
Database.on_switch_page()
Database.open_chessfile()
Database.process_records()
Database.save_records()
Database.set_sensitives()
Database.filter_panel
Database.gamelist
Database.opening_tree_panel
Database.preview_panel
get_latest_twic()
- pychess.perspectives.fics package
- Submodules
- pychess.perspectives.fics.ArchiveListPanel module
Sidepanel
Sidepanel.compareFunction()
Sidepanel.getSelectedPlayer()
Sidepanel.load()
Sidepanel.onAbortButtonClicked()
Sidepanel.onAdjournedGameAdded()
Sidepanel.onAdjournedGameRemoved()
Sidepanel.onDrawButtonClicked()
Sidepanel.onExamineButtonClicked()
Sidepanel.onGamePreview()
Sidepanel.onHistoryGameAdded()
Sidepanel.onHistoryGameRemoved()
Sidepanel.onJournalGameAdded()
Sidepanel.onJournalGameRemoved()
Sidepanel.onMygamesButtonClicked()
Sidepanel.onPlayGameCreated()
Sidepanel.onPreviewButtonClicked()
Sidepanel.onResignButtonClicked()
Sidepanel.onResumeButtonClicked()
Sidepanel.onSelectionChanged()
Sidepanel.on_game_start()
Sidepanel.online_changed()
Sidepanel.status_changed()
- pychess.perspectives.fics.ChatPanel module
- pychess.perspectives.fics.ConsolePanel module
- pychess.perspectives.fics.FicsHome module
- pychess.perspectives.fics.GameListPanel module
Sidepanel
Sidepanel.compareFunction()
Sidepanel.game_filter_func()
Sidepanel.getSelectedPlayer()
Sidepanel.load()
Sidepanel.onGameAdd()
Sidepanel.onGameObserved()
Sidepanel.onGameRemove()
Sidepanel.onGameUnobserved()
Sidepanel.onSelectionChanged()
Sidepanel.on_filter_button_toggled()
Sidepanel.on_query_tooltip()
Sidepanel.on_sort_column_change()
Sidepanel.private_changed()
- pychess.perspectives.fics.NewsPanel module
- pychess.perspectives.fics.ParrentListSection module
ParrentListSection
ParrentListSection.addColumns()
ParrentListSection.button_press_event()
ParrentListSection.createLocalMenu()
ParrentListSection.lowLeftSearchPosFunc()
ParrentListSection.on_accept()
ParrentListSection.on_archived()
ParrentListSection.on_assess()
ParrentListSection.on_challenge()
ParrentListSection.on_chat()
ParrentListSection.on_finger()
ParrentListSection.on_follow()
ParrentListSection.on_observe()
ParrentListSection.pixCompareFunction()
ParrentListSection.timeCompareFunction()
cmp()
- pychess.perspectives.fics.PlayerListPanel module
Sidepanel
Sidepanel.elo_changed()
Sidepanel.getSelectedPlayer()
Sidepanel.load()
Sidepanel.onPlayerAdded()
Sidepanel.onPlayerRemoved()
Sidepanel.onSelectionChanged()
Sidepanel.on_filter_button_toggled()
Sidepanel.player_filter_func()
Sidepanel.private_changed()
Sidepanel.status_changed()
Sidepanel.titles_changed()
- pychess.perspectives.fics.SeekChallenge module
SeekChallengeSection
SeekChallengeSection.onChallengeButtonClicked()
SeekChallengeSection.onChallengeDialogResponse()
SeekChallengeSection.onChallengeRadioConfigButtonClicked()
SeekChallengeSection.onColorRadioChanged()
SeekChallengeSection.onEditSeekDialogResponse()
SeekChallengeSection.onFinger()
SeekChallengeSection.onRatingCenterSliderChanged()
SeekChallengeSection.onSeekAllButtonClicked()
SeekChallengeSection.onSeekButtonClicked()
SeekChallengeSection.onSeekRadioConfigButtonClicked()
SeekChallengeSection.onStrengthCheckToggled()
SeekChallengeSection.onTimeSpinChanged()
SeekChallengeSection.onToleranceButtonClicked()
SeekChallengeSection.onToleranceSliderChanged()
SeekChallengeSection.onUntimedCheckToggled()
SeekChallengeSection.onVariantComboChanged()
SeekChallengeSection.onVariantRadioChanged()
SeekChallengeSection.seekEditorWidgetDefaults
SeekChallengeSection.seekEditorWidgetGettersSetters
SeekChallengeSection.seekEditorWidgets
- pychess.perspectives.fics.SeekGraphPanel module
- pychess.perspectives.fics.SeekListPanel module
Sidepanel
Sidepanel.compareFunction()
Sidepanel.getSelectedPlayer()
Sidepanel.load()
Sidepanel.onAddSeek()
Sidepanel.onAssessReceived()
Sidepanel.onChallengeAdd()
Sidepanel.onChallengeRemove()
Sidepanel.onClearSeeksClicked()
Sidepanel.onCurGameEnded()
Sidepanel.onDeclineClicked()
Sidepanel.onPlayingGame()
Sidepanel.onRemoveSeek()
Sidepanel.onSelectionChanged()
Sidepanel.on_filter_button_toggled()
Sidepanel.our_seeks_removed()
Sidepanel.row_activated()
Sidepanel.seek_filter_func()
Sidepanel.selectFunction()
Sidepanel.textcolor_normal()
Sidepanel.textcolor_selected()
- Module contents
FICS
FICS.close()
FICS.create_toolbuttons()
FICS.init_layout()
FICS.matchDeclined()
FICS.nonoWhileExamine()
FICS.onArrivalNotification()
FICS.onDepartedNotification()
FICS.onFinger()
FICS.onGameModelStarted()
FICS.onObserveGameCreated()
FICS.onPlayGameCreated()
FICS.on_connection_error()
FICS.on_seek_updated()
FICS.open_lounge()
FICS.our_seeks_removed()
FICS.player_on_censor()
FICS.player_on_noplay()
FICS.present()
FICS.req_not_fit_formula()
FICS.show()
FICS.tooManySeeks()
FICS.user_from_notify_list_is_present()
- pychess.perspectives.games package
- Submodules
- pychess.perspectives.games.annotationPanel module
- pychess.perspectives.games.bookPanel module
- pychess.perspectives.games.chatPanel module
- pychess.perspectives.games.commentPanel module
- pychess.perspectives.games.engineOutputPanel module
- pychess.perspectives.games.historyPanel module
- pychess.perspectives.games.scorePanel module
- Module contents
Games
Games.adjust_divider()
Games.attachGameWidget()
Games.closeAllGames()
Games.closeGame()
Games.cur_gmwidg()
Games.customGetTabLabelText()
Games.delGameWidget()
Games.generalStart()
Games.getheadbook()
Games.init_layout()
Games.saveGame()
Games.saveGameAs()
Games.saveGamePGN()
Games.saveGameSimple()
Games.show_tabs()
Games.tabsCallback()
Games.zoomToBoard()
get_open_dialog()
get_save_dialog()
- pychess.perspectives.learn package
- pychess.perspectives.welcome package
- pychess.perspectives.database package
- Module contents
Perspective
PerspectiveManager
PerspectiveManager.activate_perspective()
PerspectiveManager.add_perspective()
PerspectiveManager.disable_perspective()
PerspectiveManager.get_perspective()
PerspectiveManager.on_persp_toggled()
PerspectiveManager.set_perspective_menuitems()
PerspectiveManager.set_perspective_toolbuttons()
PerspectiveManager.set_perspective_widget()
PerspectiveManager.set_widgets()
panel_name()
- Subpackages
- pychess.widgets package
- Subpackages
- pychess.widgets.pydock package
- Submodules
- pychess.widgets.pydock.ArrowButton module
- pychess.widgets.pydock.HighlightArea module
- pychess.widgets.pydock.OverlayWindow module
- pychess.widgets.pydock.PyDockComposite module
- pychess.widgets.pydock.PyDockLeaf module
- pychess.widgets.pydock.PyDockTop module
- pychess.widgets.pydock.StarArrowButton module
- Module contents
- pychess.widgets.pydock package
- Submodules
- pychess.widgets.Background module
- pychess.widgets.BoardControl module
- pychess.widgets.BoardView module
- pychess.widgets.BorderBox module
- pychess.widgets.ChainVBox module
- pychess.widgets.ChannelsPanel module
- pychess.widgets.ChatView module
- pychess.widgets.ChessClock module
- pychess.widgets.ExternalsDialog module
- pychess.widgets.ImageMenu module
- pychess.widgets.InfoBar module
- pychess.widgets.InfoPanel module
- pychess.widgets.LearnInfoBar module
- pychess.widgets.MenuItemsDict module
- pychess.widgets.PieceWidget module
- pychess.widgets.PromotionDialog module
- pychess.widgets.RecentChooser module
- pychess.widgets.SpotGraph module
- pychess.widgets.TaskerManager module
- pychess.widgets.ViewsPanel module
- pychess.widgets.WebKitBrowser module
- pychess.widgets.analyzegameDialog module
- pychess.widgets.discovererDialog module
- pychess.widgets.enginesDialog module
- pychess.widgets.gameinfoDialog module
- pychess.widgets.gamenanny module
- pychess.widgets.gamewidget module
GameWidget
GameWidget.analyzer_added()
GameWidget.analyzer_removed()
GameWidget.bringToFront()
GameWidget.clearMessages()
GameWidget.find_in_database()
GameWidget.game_changed()
GameWidget.game_ended()
GameWidget.game_paused()
GameWidget.game_resumed()
GameWidget.game_saved()
GameWidget.game_started()
GameWidget.game_unended()
GameWidget.getPageNumber()
GameWidget.hide_arrow()
GameWidget.infobar_hidden()
GameWidget.infront()
GameWidget.initBoardAndClock()
GameWidget.initButtons()
GameWidget.initTabcontents()
GameWidget.isInFront()
GameWidget.light_on_off()
GameWidget.message_received()
GameWidget.moves_undone()
GameWidget.name_changed()
GameWidget.on_game_close_clicked()
GameWidget.on_shapes_changed()
GameWidget.on_show_fics_gameno()
GameWidget.opp_not_out_of_time()
GameWidget.player_display_text()
GameWidget.player_lagged()
GameWidget.players_changed()
GameWidget.replaceMessages()
GameWidget.save_shapes_to_pgn()
GameWidget.setLocked()
GameWidget.showMessage()
GameWidget.show_arrow()
GameWidget.shownChanged()
GameWidget.zero_reached()
GameWidget.display_text
getWidgets()
hideDesignGW()
isDesignGWShown()
setWidgets()
showDesignGW()
- pychess.widgets.newGameDialog module
EnterNotationExtension
NewGameMode
SetupPositionExtension
SetupPositionExtension.castl_toggled()
SetupPositionExtension.ep_combo_changed()
SetupPositionExtension.fen_changed()
SetupPositionExtension.fifty_spin_changed()
SetupPositionExtension.game_changed()
SetupPositionExtension.get_fen()
SetupPositionExtension.ini_widgets()
SetupPositionExtension.moveno_spin_changed()
SetupPositionExtension.rotate_button_pressed()
SetupPositionExtension.run()
SetupPositionExtension.side_button_toggled()
SetupPositionExtension.board_control
createPlayerUIGlobals()
createRematch()
loadFileAndRun()
loadPgnAndRun()
- pychess.widgets.playerinfoDialog module
- pychess.widgets.preferencesDialog module
- pychess.widgets.tipOfTheDay module
- Module contents
- Subpackages