Skip to main content

from now on, no more than three checks are possible

Project description

from now on, no more than three checks are possible

no more than three checks are allowed

import Data_Save

def r20():
    print('text if 1')
def r670():
    print('text if 2')
def r620():
    print('text if 3')

Data_Save.Data("save_play.save", "text if 1") # Create a file named "save_play.save" and with the text "text if 1"

test = Data_Save.Upload_data("save_play.save", "Home") # make the initial word for verification
test.up2("save_play.save", "text if 1", "text if 2", "text if 3", r20, r670, r620)

# call functions (r20, r670, r620)
result:  text if 1

removed one check

import Data_Save

def r20():
    print('text if 1')
def r670():
    print('text if 2')

Data_Save.Data("save_play.save", "text if 1") # Create a file named "save_play.save" and with the text "text if 1"

test = Data_Save.Upload_data("save_play.save", "Home") # make the initial word for verification
test.up2("save_play.save", "text if 1", "text if 2", r20, r670)

# call functions (r20, r670, r620)
result:  text if 1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Data_Save-1.1.0.tar.gz (2.3 kB view details)

Uploaded Source

File details

Details for the file Data_Save-1.1.0.tar.gz.

File metadata

  • Download URL: Data_Save-1.1.0.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for Data_Save-1.1.0.tar.gz
Algorithm Hash digest
SHA256 b49e75406a3e3cd1a158a3e010165a25c829c30164244bd104581732dfd2f333
MD5 9c799648e5f45a07be2ab093791a2a1c
BLAKE2b-256 39675b6f52d25c8a5adbc59b823166352c4a57f561e349d62268085748d72368

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page