python getattr, rsplit
getattr(object, name[, default])Return the value of the named attribute of object. name must be a string. If the string is the name of one of the object’s attributes, the result is the value of that attribute. For example, getattr(x,'foobar') is equivalent to x.foobar. If the named attribute does not exist, default is returned if provided, otherwise AttributeError is raised. rsplit>>> '----a---b..
BackEnd/Python
2018. 2. 21. 09:46
공지사항
최근에 올라온 글
링크
TAG
- Gradle
- 모두의딥러닝
- 점프투파이썬
- AI
- NIO
- spark
- mysql
- 중앙정보처리학원
- 파이썬
- spring
- serverless
- mybatis
- Configuration
- javascript
- Java
- ML
- API
- Maven
- TDD
- BigData
- executor
- Docker
- memory
- web
- tensorflow
- AWS
- 텐서플로우
- 머신러닝
- Error
- python
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함