mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-21 18:15:28 -04:00
[PR #12] [MERGED] refactor: add __slots__ to class definitions to save memory #54
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/python-client-sdk/pull/12
Author: @null8626
Created: 9/4/2021
Status: ✅ Merged
Merged: 9/4/2021
Merged by: @Zomatree
Base:
master← Head:master📝 Commits (5)
681a8c4refactor: add slots to class definitions to save memoryc598baaUpdate revolt/channel.py27b6dd7Update revolt/client.pyb511cebrevert changese100de2Merge branch 'master' of https://github.com/vierofernando/revolt.py📊 Changes
13 files changed (+39 additions, -12 deletions)
View changed files
📝
revolt/asset.py(+2 -1)📝
revolt/channel.py(+7 -1)📝
revolt/client.py(+2 -0)📝
revolt/file.py(+4 -5)📝
revolt/http.py(+2 -0)📝
revolt/member.py(+2 -0)📝
revolt/message.py(+2 -0)📝
revolt/messageable.py(+3 -1)📝
revolt/role.py(+6 -0)📝
revolt/server.py(+2 -0)📝
revolt/state.py(+4 -4)📝
revolt/user.py(+1 -0)📝
revolt/websocket.py(+2 -0)📄 Description
__slots__to class definitions to save memory usagecolorproperty toRoleclass as an alias forcolourif you have any issue with this pr please feel free to let me know.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.