MCPcopy Create free account

hub / github.com/PacktPublishing/Hands-On-Blockchain-for-Python-Developers--2nd-Edition / functions

Functions162 in github.com/PacktPublishing/Hands-On-Blockchain-for-Python-Developers--2nd-Edition

↓ 4 callersMethod_hash
(self, data : bytes)
chapter_9/merkle_tree.py:25
↓ 3 callersMethod_hash
(self, data : bytes)
chapter_9/merkle_dag.py:26
↓ 3 callersFunctionlike_video
(contract, video_liker, video_uploader, index)
chapter_10/videos_sharing_smart_contract/tests/test_video_sharing.py:10
↓ 3 callersFunctiontransfer_coins
(contract, source, destination, amount)
chapter_10/videos_sharing_smart_contract/tests/test_video_sharing.py:7
↓ 3 callersFunctionupload_video
(contract, account, video_path, video_title)
chapter_10/videos_sharing_smart_contract/tests/test_video_sharing.py:4
↓ 3 callersMethodupload_video
(self, video_user, password, video_file, title)
chapter_10/decentralized_videos/videos/models.py:111
↓ 2 callersMethodget_video_path
(self, user, index)
chapter_10/decentralized_videos/videos/models.py:63
↓ 2 callersMethodget_video_title
(self, user, index)
chapter_10/decentralized_videos/videos/models.py:69
↓ 2 callersMethodlike_video
(self, video_liker, password, video_user, index)
chapter_10/decentralized_videos/videos/models.py:134
↓ 1 callersMethod_build_root_hash
(self)
chapter_9/merkle_tree.py:28
↓ 1 callersMethod_convert_parent_from_two_nodes
(self, node1 : bytes, node2)
chapter_9/merkle_tree.py:48
↓ 1 callersMethod_hash_list
(self)
chapter_9/merkle_tree.py:17
↓ 1 callersMethod_iterate_directory_contents
(self, directory : str)
chapter_9/merkle_dag.py:29
↓ 1 callersMethod_turn_leaf_nodes_to_hash_nodes
(self)
chapter_9/merkle_tree.py:21
↓ 1 callersFunctionadd
(file_path)
chapter_10/decentralized_videos/videos/models.py:25
↓ 1 callersFunctionadd
(file_path)
chapter_10/videos_sharing_smart_contract/scripts/upload.py:6
↓ 1 callersFunctionadd_file
()
chapter_10/add_file.py:4
↓ 1 callersFunctioncat_file
()
chapter_10/get_unicorn.py:4
↓ 1 callersFunctioncreate_access_token
(data: dict, expires_delta: Union[timedelta, None] = None)
chapter_17/token-gated-backend/token_gated_app.py:63
↓ 1 callersFunctionfetchNonce
()
chapter_17/token-gated-blog/src/App.tsx:30
↓ 1 callersFunctionfetch_public_key
(user)
chapter_1/validate_message.py:7
↓ 1 callersFunctiongenerate_nonce
(length=16)
chapter_17/token-gated-backend/token_gated_app.py:73
↓ 1 callersFunctionget
()
chapter_10/download_cat_picture.py:4
↓ 1 callersFunctionget
()
chapter_10/download_a_directory_of_cute_cat_picture.py:4
↓ 1 callersFunctionget
(ipfs_path, download_path)
chapter_10/decentralized_videos/videos/models.py:19
↓ 1 callersMethodget_video
(self, user, index)
chapter_10/decentralized_videos/videos/models.py:85
↓ 1 callersMethodget_video_thumbnail
(self, ipfs_path)
chapter_10/decentralized_videos/videos/models.py:75
↓ 1 callersFunctionmain
Run administrative tasks.
chapter_10/decentralized_videos/manage.py:7
↓ 1 callersMethodprocess_thumbnail
(self, ipfs_path)
chapter_10/decentralized_videos/videos/models.py:125
↓ 1 callersMethodrecent_videos
(self, amount=20)
chapter_10/decentralized_videos/videos/models.py:45
FunctionApp
()
chapter_17/token-gated-blog/src/App.tsx:4
Method__eq__
(self, other)
chapter_9/merkle_dag.py:40
Method__init__
(self)
chapter_8/wallet/scripts/wallet_transfer.py:10
Method__init__
(self)
chapter_8/wallet/scripts/wallet_transfer_address_from_db.py:12
Method__init__
(self)
chapter_8/wallet/scripts/full_wallet.py:23
Method__init__
(self)
chapter_8/wallet/scripts/add_wallet_to_db.py:11
Method__init__
(self, filepath : str)
chapter_9/merkle_dag.py:10
Method__init__
(self, leaf_nodes : List[str])
chapter_9/merkle_tree.py:8
Method__init__
(self)
chapter_7/hello_button.py:6
Method__init__
(self)
chapter_7/simple_app.py:6
Method__init__
(self)
chapter_7/hello_pyside.py:6
Method__init__
(self)
chapter_7/complex_hello.py:5
Method__init__
(self)
chapter_7/voting_app/scripts/voting_gui_app.py:7
Method__init__
(self)
chapter_10/decentralized_videos/videos/models.py:37
Method__repr__
(self)
chapter_9/merkle_dag.py:37
Functionborrower
(accounts)
chapter_15/vault/tests/conftest.py:9
Methodbutton_on_clicked
(self)
chapter_7/hello_button.py:17
Methodbutton_on_clicked
(self)
chapter_7/simple_app.py:21
Methodbutton_on_clicked
(self)
chapter_7/voting_app/scripts/voting_gui_app.py:25
Functioncontract
(deployer, project)
chapter_6/voting_app/tests/conftest.py:9
Functioncontract
(deployer, project)
chapter_5/simple_storage/tests/conftest.py:9
Functioncontract
(deployer, project)
chapter_12/erc20/tests/conftest.py:9
Functioncontract
(deployer, project)
chapter_13/nft/tests/conftest.py:9
Functioncontract
(deployer, project)
chapter_10/videos_sharing_smart_contract/tests/conftest.py:9
Functiondelegate_contract
(deployer, project)
chapter_6/voting_app/tests/conftest.py:13
Functiondeployer
(accounts)
chapter_6/voting_app/tests/conftest.py:5
Functiondeployer
(accounts)
chapter_5/simple_storage/tests/conftest.py:5
Functiondeployer
(accounts)
chapter_14/nft_marketplace/tests/conftest.py:5
Functiondeployer
(accounts)
chapter_12/erc20/tests/conftest.py:5
Functiondeployer
(accounts)
chapter_15/vault/tests/conftest.py:5
Functiondeployer
(accounts)
chapter_16/dex/tests/conftest.py:5
Functiondeployer
(accounts)
chapter_13/nft/tests/conftest.py:5
Functiondeployer
(accounts)
chapter_10/videos_sharing_smart_contract/tests/conftest.py:5
Functiondepositor
(accounts)
chapter_15/vault/tests/conftest.py:13
Functionerc721_contract
(deployer, project)
chapter_13/nft/tests/conftest.py:13
Functionexchange
(deployer, project, token)
chapter_16/dex/tests/conftest.py:13
Functionget_current_active_user
( current_user: Annotated[User, Depends(get_current_user)], )
chapter_17/token-gated-backend/token_gated_app.py:142
Functionget_current_user
(token: Annotated[str, Depends(oauth2_scheme)])
chapter_17/token-gated-backend/token_gated_app.py:124
Functiongive_token
(token_contract, lending_contract, deployer, depositor)
chapter_15/vault/tests/conftest.py:37
Functionindex
(request)
chapter_10/decentralized_videos/videos/views.py:5
Functionlending_contract
(deployer, project, token_contract, borrower)
chapter_15/vault/tests/conftest.py:17
Functionlike
(request)
chapter_10/decentralized_videos/videos/views.py:26
Functionlogin_for_access_token
( crypto: Crypto, )
chapter_17/token-gated-backend/token_gated_app.py:101
Methodmagic
(self)
chapter_7/complex_hello.py:21
Functionmain
()
chapter_8/wallet/scripts/wallet_transfer.py:43
Functionmain
()
chapter_8/wallet/scripts/wallet_transfer_address_from_db.py:55
Functionmain
()
chapter_8/wallet/scripts/full_wallet.py:82
Functionmain
()
chapter_8/wallet/scripts/add_wallet_to_db.py:41
Functionmain
()
chapter_5/simple_storage/scripts/update_num.py:5
Functionmain
()
chapter_5/simple_storage/scripts/deploy.py:5
Functionmain
()
chapter_7/voting_app/scripts/add_proposals.py:5
Functionmain
()
chapter_7/voting_app/scripts/voting_gui_app.py:41
Functionmain
()
chapter_7/voting_app/scripts/give_right_to_vote.py:5
Functionmain
()
chapter_7/voting_app/scripts/deploy.py:5
Functionmain
()
chapter_7/voting_app/scripts/vote.py:5
Functionmain
()
chapter_10/videos_sharing_smart_contract/scripts/bootstrap.py:5
Functionmain
()
chapter_10/videos_sharing_smart_contract/scripts/deploy.py:5
Functionmain
()
chapter_10/videos_sharing_smart_contract/scripts/upload.py:16
Functionmain
()
chapter_11/arbitrum/scripts/deploy.py:5
Functionmain
()
chapter_17/token-gated-smart-contract/scripts/deploy.py:5
Functionmain
()
chapter_17/token-gated-smart-contract/scripts/send_nft.py:5
Functionmarketplace_contract
(deployer, project)
chapter_14/nft_marketplace/tests/conftest.py:9
Functionmint_nfts
(nft_contract, deployer, num_nfts=5)
chapter_14/nft_marketplace/tests/conftest.py:17
Functionmint_nfts
(erc721_contract, deployer, num_nfts=5)
chapter_13/nft/tests/conftest.py:17
Functionnft_contract
(deployer, project)
chapter_14/nft_marketplace/tests/conftest.py:13
Functionnonce
(address: str)
chapter_17/token-gated-backend/token_gated_app.py:94
Functionread_content
( current_user: Annotated[User, Depends(get_current_active_user)], )
chapter_17/token-gated-backend/token_gated_app.py:157
Functionread_users_me
( current_user: Annotated[User, Depends(get_current_active_user)], )
chapter_17/token-gated-backend/token_gated_app.py:148
Functionroot
()
chapter_2/main.py:11
Methodrun
(self)
chapter_8/wallet/scripts/full_wallet.py:10
next →1–100 of 162, ranked by callers