mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #280] [python] Functions to get file size, free memory and total memory #117
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ImpotStite on GitHub (Oct 4, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/280
Je propose une fonction python qui permettrais de voir la capacité restante de la mémoire sur la calculatrice et une fonction qui permettrais de voir la taille d’un script et enfin une fonction qui périment de voir la mémoire totale de la calculatrice.
@Yaya-Cout commented on GitHub (Oct 5, 2022):
Are you talking of a function in the
osorionmodule in Python, or of a real menu ?@ImpotStite commented on GitHub (Oct 5, 2022):
N’importe tant que on peut avoir ça mais je pense que c’est mieux de le mettre dans ion
@Yaya-Cout commented on GitHub (Oct 7, 2022):
I will try to see if there is a function in the official
osmodule from CPython (classic Python version).