My CMD 模組
Project description
def MD(self,nano):
# print("self MD")
# ##############
# import platform
# self.linuex = (False) if (platform.system()=="Windows") else (True)
# ### linux 環境
# if self.linuex:
# with open( '/content/cmd.py/README.md' , 'w+' ,encoding='utf-8') as f:
# ## 寫入
# f.seek(0,0) ## 規0
# nano=[ i.strip()+'\n' for i in nano.split('\n') ]
# f.writelines( nano ) ## 建檔內容
# return self ###########################
# ################ 下一個建構子 必須是接收(物件)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cmd.pyo-1.0.tar.gz
(1.9 kB
view details)
File details
Details for the file cmd.pyo-1.0.tar.gz.
File metadata
- Download URL: cmd.pyo-1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.8.1 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28c2224811aeed04b3fe5a84c42135d225b943d7e7c40fb8e334e50f953af76c
|
|
| MD5 |
987b9ad908d0c0fa8c2383340aec158b
|
|
| BLAKE2b-256 |
e5d334ea11a78b803c0e3196dd2969cf61ddfa9b86cca0aca9b99a79f257e4e5
|