Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize directory structure #464

Merged
merged 6 commits into from
Apr 28, 2024
Merged

Customize directory structure #464

merged 6 commits into from
Apr 28, 2024

Conversation

hyukychang
Copy link
Contributor

refactoring 할 파일 구조와 기본적으로 사용할 것들입니다

ara/controller/constants.py Show resolved Hide resolved
ara/controller/pagination.py Outdated Show resolved Hide resolved
@injoonH injoonH changed the title base file for refactoring Customize directory structure Apr 1, 2024
self._updated_fields.add(field_name)

def __setattr__(self, name: str, value: Any) -> None:
is_private_field = name.startswith("_") or name.startswith("_")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
is_private_field = name.startswith("_") or name.startswith("_")
is_private_field = name.startswith("_") or name.startswith("__")

columns: list[str] | None = None,
conditions: dict[str, Any],
is_select_for_update: bool = False,
) -> list[Union[T, dict[str, Any]]]:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
) -> list[Union[T, dict[str, Any]]]:
) -> list[T | dict[str, Any]]:

@injoonH injoonH merged commit e10acb2 into develop Apr 28, 2024
1 check passed
@injoonH injoonH deleted the base_refactoring branch April 28, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants