-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
Lines 725 to 736 in c6c93b7
| def center(self, selection='*', duration=0, component=0, **kwargs): | |
| """center view for given atom selection | |
| Examples | |
| -------- | |
| view.center_view(selection='1-4') | |
| """ | |
| self._remote_call('autoView', | |
| target='compList', | |
| args=[selection, duration], | |
| kwargs={'component_index': component}, | |
| **kwargs) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels