Skip to main content

No project description provided

Project description

这个一个对函数进行各方面操作的包,包含了很多十分精妙的功能。

这个包分了几个大的模块,分别对应了不同的函数操作小玩法

装饰器

装饰器部分包含了常见一个装饰器所需的一些辅助类的装饰器函数

wraps

这个装饰器本质就是为了替代functools.wraps而创建的。

它的作用和functools.wraps本质上是一样的,唯一的区别就是它在装饰了函数之后,会把函数的参数和注释全部保留,使得在运行过程中可以正确获得原函数的参数情况。

函数

函数是针对函数直接或间接的一些操作的功能

replace_function

替代函数,其本身是为了解决需要直接改变builtin函数的逻辑(对,就是你,print),但是又希望这个函数的变动可以随时复原,或者能自由地调用原函数地功能。

不过现在这个函数已经被开发得可以任意替换任意包内定义的普通函数

from movoid_function import replace_function

def special_print(text):
    return text

replace_function(print, special_print)

a = print("666") #此时不会打印任何信息,并且会给a赋值为'666'

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

movoid_function-1.8.3.tar.gz (18.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

movoid_function-1.8.3-py3-none-any.whl (19.9 kB view details)

Uploaded Python 3

File details

Details for the file movoid_function-1.8.3.tar.gz.

File metadata

  • Download URL: movoid_function-1.8.3.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for movoid_function-1.8.3.tar.gz
Algorithm Hash digest
SHA256 f6ee56ada6fe5bfb9b8d3742722ee977cc2754c431b51b52923b6fda8a812d25
MD5 0c4f172fad9bafc8bb519c950fe7e3fd
BLAKE2b-256 71d4620e955c04bd3b7a6d4be6586a3e8a892ff85a859b4c7a275da1200444f6

See more details on using hashes here.

File details

Details for the file movoid_function-1.8.3-py3-none-any.whl.

File metadata

File hashes

Hashes for movoid_function-1.8.3-py3-none-any.whl
Algorithm Hash digest
SHA256 cd9ca0cb894f9e3be227b35e6611e98747f7e597a2ff7c6dd96fe859092fa306
MD5 250e30ede1fcfc73af1a53e251c73b2e
BLAKE2b-256 045ffb37c326f6bc69dc3ba15826a83a677f04f781cc4d584a05219967741b61

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